Uses of Class
org.apache.bval.jsr.xml.ParameterType
-
Packages that use ParameterType Package Description org.apache.bval.jsr.xml -
-
Uses of ParameterType in org.apache.bval.jsr.xml
Fields in org.apache.bval.jsr.xml with type parameters of type ParameterType Modifier and Type Field Description protected List<ParameterType>ConstructorType. parameterprotected List<ParameterType>MethodType. parameterMethods in org.apache.bval.jsr.xml that return ParameterType Modifier and Type Method Description ParameterTypeObjectFactory. createParameterType()Create an instance ofParameterTypeMethods in org.apache.bval.jsr.xml that return types with arguments of type ParameterType Modifier and Type Method Description List<ParameterType>ConstructorType. getParameter()Gets the value of the parameter property.List<ParameterType>MethodType. getParameter()Gets the value of the parameter property.
-