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 XmlMarshalNullRepresentationXmlAbstractNullPolicy.nullRepresentationForXmlMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlMarshalNullRepresentationModifier and TypeMethodDescriptionstatic XmlMarshalNullRepresentationXmlAbstractNullPolicy.getNullRepresentationForXml()Gets the value of the nullRepresentationForXml property.static XmlMarshalNullRepresentationReturns 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 TypeMethodDescriptionvoidXmlAbstractNullPolicy.setNullRepresentationForXml(XmlMarshalNullRepresentation value) Sets the value of the nullRepresentationForXml property.