Uses of Enum Class
org.apache.cxf.common.jaxb.JAXBUtils.IdentifierType
Packages that use JAXBUtils.IdentifierType
-
Uses of JAXBUtils.IdentifierType in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb that return JAXBUtils.IdentifierTypeModifier and TypeMethodDescriptionstatic JAXBUtils.IdentifierType
Returns the enum constant of this class with the specified name.static JAXBUtils.IdentifierType[]
JAXBUtils.IdentifierType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cxf.common.jaxb with parameters of type JAXBUtils.IdentifierTypeModifier and TypeMethodDescriptionstatic String
JAXBUtils.nameToIdentifier
(String name, JAXBUtils.IdentifierType type) Converts an XML name to a Java identifier according to the mapping algorithm outlined in the JAXB specification