Uses of Enum
org.eclipse.persistence.oxm.mappings.nullpolicy.XMLNullRepresentationType
-
Uses of XMLNullRepresentationType in org.eclipse.persistence.oxm.mappings.nullpolicy
Modifier and TypeFieldDescriptionprotected XMLNullRepresentationType
AbstractNullPolicy.marshalNullRepresentation
This enum instance determines what to write out during a marshal operation.Modifier 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.Modifier and TypeMethodDescriptionvoid
AbstractNullPolicy.setMarshalNullRepresentation
(XMLNullRepresentationType anEnumInstance) Set the enum that determines what XML to write when a null value is encountered.ModifierConstructorDescriptionIsSetNullPolicy
(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