Uses of Enum
org.eclipse.persistence.oxm.mappings.nullpolicy.XMLNullRepresentationType
Packages that use XMLNullRepresentationType
-
Uses of XMLNullRepresentationType in org.eclipse.persistence.oxm.mappings.nullpolicy
Fields in org.eclipse.persistence.oxm.mappings.nullpolicy declared as XMLNullRepresentationTypeModifier and TypeFieldDescriptionprotected XMLNullRepresentationType
AbstractNullPolicy.marshalNullRepresentation
This enum instance determines what to write out during a marshal operation.Methods in org.eclipse.persistence.oxm.mappings.nullpolicy that return XMLNullRepresentationTypeModifier and TypeMethodDescriptionAbstractNullPolicy.getMarshalNullRepresentation()
Get the enum that determines what XML to write when a null value is encountered.static XMLNullRepresentationType
Returns the enum constant of this type with the specified name.static XMLNullRepresentationType[]
XMLNullRepresentationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.oxm.mappings.nullpolicy with parameters of type XMLNullRepresentationTypeModifier and TypeMethodDescriptionvoid
AbstractNullPolicy.setMarshalNullRepresentation
(XMLNullRepresentationType anEnumInstance) Set the enum that determines what XML to write when a null value is encountered.Constructors in org.eclipse.persistence.oxm.mappings.nullpolicy with parameters of type XMLNullRepresentationTypeModifierConstructorDescriptionIsSetNullPolicy
(String anIsSetMethodName, boolean bIsNullRepresentedByEmptyNode, boolean bIsNullRepresentedByXsiNil, XMLNullRepresentationType aMarshalNullRepresentation) Specific Constructor to set both the Marshal enum and the Unmarshal flags.NullPolicy
(String anIsSetMethodName, boolean bIsSetPerformedForAbsentNode, boolean bIsNullRepresentedByEmptyNode, boolean bIsNullRepresentedByXsiNil, XMLNullRepresentationType aMarshalNullRepresentation) Specific Constructor to set both the Marshal enum and the Unmarshal flags