Uses of Class
com.helger.regrep.rim.ParameterType
-
Packages that use ParameterType Package Description com.helger.regrep.rim -
-
Uses of ParameterType in com.helger.regrep.rim
Methods in com.helger.regrep.rim that return ParameterType Modifier and Type Method Description ParameterTypeParameterType. clone()Created by ph-jaxb-plugin -Xph-cloneable2ParameterTypeObjectFactory. createParameterType()Create an instance ofParameterTypeParameterTypeQueryDefinitionType. getParameterAtIndex(int index)Created by ph-jaxb-plugin -Xph-list-extensionMethods in com.helger.regrep.rim that return types with arguments of type ParameterType Modifier and Type Method Description List<ParameterType>QueryDefinitionType. getParameter()Gets the value of the parameter property.Methods in com.helger.regrep.rim with parameters of type ParameterType Modifier and Type Method Description voidQueryDefinitionType. addParameter(ParameterType elem)Created by ph-jaxb-plugin -Xph-list-extensionvoidParameterType. cloneTo(ParameterType ret)This method clones all values fromthisto the passed object.Method parameters in com.helger.regrep.rim with type arguments of type ParameterType Modifier and Type Method Description voidQueryDefinitionType. setParameter(List<ParameterType> aList)Created by ph-jaxb-plugin -Xph-list-extension
-