Uses of Class
org.apache.bval.jsr.metadata.XmlBuilder.Version
-
Packages that use XmlBuilder.Version Package Description org.apache.bval.jsr.metadata -
-
Uses of XmlBuilder.Version in org.apache.bval.jsr.metadata
Methods in org.apache.bval.jsr.metadata that return XmlBuilder.Version Modifier and Type Method Description (package private) static XmlBuilder.Version
XmlBuilder.Version. of(ConstraintMappingsType constraintMappings)
static XmlBuilder.Version
XmlBuilder.Version. valueOf(String name)
Returns the enum constant of this type with the specified name.static XmlBuilder.Version[]
XmlBuilder.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bval.jsr.metadata with parameters of type XmlBuilder.Version Modifier and Type Method Description (package private) boolean
XmlBuilder. atLeast(XmlBuilder.Version v)
-