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