Uses of Class
org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
-
Packages that use XmlMarshalNullRepresentation Package Description org.eclipse.persistence.oxm.annotations -
-
Uses of XmlMarshalNullRepresentation in org.eclipse.persistence.oxm.annotations
Methods in org.eclipse.persistence.oxm.annotations that return XmlMarshalNullRepresentation Modifier and Type Method Description static XmlMarshalNullRepresentationXmlMarshalNullRepresentation. fromValue(String v)XmlMarshalNullRepresentationnullRepresentationForXml()XmlMarshalNullRepresentationnullRepresentationForXml()static XmlMarshalNullRepresentationXmlMarshalNullRepresentation. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlMarshalNullRepresentation[]XmlMarshalNullRepresentation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-