Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
-
Packages that use XmlMarshalNullRepresentation Package Description org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlMarshalNullRepresentation in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlMarshalNullRepresentation Modifier and Type Field Description protected XmlMarshalNullRepresentationXmlAbstractNullPolicy. nullRepresentationForXmlMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlMarshalNullRepresentation Modifier and Type Method Description static XmlMarshalNullRepresentationXmlMarshalNullRepresentation. fromValue(String v)XmlMarshalNullRepresentationXmlAbstractNullPolicy. getNullRepresentationForXml()Gets the value of the nullRepresentationForXml property.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.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlMarshalNullRepresentation Modifier and Type Method Description voidXmlAbstractNullPolicy. setNullRepresentationForXml(XmlMarshalNullRepresentation value)Sets the value of the nullRepresentationForXml property.
-