Uses of Class
org.apache.bval.jsr.xml.ConstraintType
-
Packages that use ConstraintType Package Description org.apache.bval.jsr.xml -
-
Uses of ConstraintType in org.apache.bval.jsr.xml
Fields in org.apache.bval.jsr.xml with type parameters of type ConstraintType Modifier and Type Field Description protected List<ConstraintType>ClassType. constraintprotected List<ConstraintType>ContainerElementTypeType. constraintprotected List<ConstraintType>CrossParameterType. constraintprotected List<ConstraintType>FieldType. constraintprotected List<ConstraintType>GetterType. constraintprotected List<ConstraintType>ParameterType. constraintprotected List<ConstraintType>ReturnValueType. constraintMethods in org.apache.bval.jsr.xml that return ConstraintType Modifier and Type Method Description ConstraintTypeObjectFactory. createConstraintType()Create an instance ofConstraintTypeMethods in org.apache.bval.jsr.xml that return types with arguments of type ConstraintType Modifier and Type Method Description List<ConstraintType>ClassType. getConstraint()Gets the value of the constraint property.List<ConstraintType>ContainerElementTypeType. getConstraint()Gets the value of the constraint property.List<ConstraintType>CrossParameterType. getConstraint()Gets the value of the constraint property.List<ConstraintType>FieldType. getConstraint()Gets the value of the constraint property.List<ConstraintType>GetterType. getConstraint()Gets the value of the constraint property.List<ConstraintType>ParameterType. getConstraint()Gets the value of the constraint property.List<ConstraintType>ReturnValueType. getConstraint()Gets the value of the constraint property.
-