Uses of Class
eu.de4a.iem.jaxb.common.types.ParamType
-
Packages that use ParamType Package Description eu.de4a.iem.jaxb.common.types -
-
Uses of ParamType in eu.de4a.iem.jaxb.common.types
Methods in eu.de4a.iem.jaxb.common.types that return ParamType Modifier and Type Method Description ParamTypeParamType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2ParamTypeObjectFactory. createParamType()Create an instance ofParamTypeParamTypeParamsType. getParamAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in eu.de4a.iem.jaxb.common.types that return types with arguments of type ParamType Modifier and Type Method Description List<ParamType>ParamsType. getParam()Gets the value of the param property.Methods in eu.de4a.iem.jaxb.common.types with parameters of type ParamType Modifier and Type Method Description voidParamsType. addParam(ParamType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidParamType. cloneTo(ParamType ret)This method clones all values fromthisto the passed object.Method parameters in eu.de4a.iem.jaxb.common.types with type arguments of type ParamType Modifier and Type Method Description voidParamsType. setParam(List<ParamType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-