Uses of Enum
org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
Packages that use XmlMarshalNullRepresentation
-
Uses of XmlMarshalNullRepresentation in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlMarshalNullRepresentationModifier and TypeFieldDescriptionprotected XmlMarshalNullRepresentation
XmlAbstractNullPolicy.nullRepresentationForXml
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlMarshalNullRepresentationModifier and TypeMethodDescriptionstatic XmlMarshalNullRepresentation
XmlAbstractNullPolicy.getNullRepresentationForXml()
Gets the value of the nullRepresentationForXml property.static XmlMarshalNullRepresentation
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 XmlMarshalNullRepresentationModifier and TypeMethodDescriptionvoid
XmlAbstractNullPolicy.setNullRepresentationForXml
(XmlMarshalNullRepresentation value) Sets the value of the nullRepresentationForXml property.