Interface XMLNillableMapping
- All Known Implementing Classes:
XMLBinaryDataCollectionMapping,XMLBinaryDataMapping,XMLCompositeCollectionMapping,XMLCompositeDirectCollectionMapping,XMLCompositeObjectMapping,XMLDirectMapping,XMLFragmentMapping,XMLVariableXPathCollectionMapping,XMLVariableXPathObjectMapping
public interface XMLNillableMapping
INTERNAL
All nillable mappings which can be added to org.eclipse.persistence.oxm.XMLDescriptor must
implement this interface.
The default policy is AbstractNullPolicy.
The default policy is AbstractNullPolicy.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the AbstractNullPolicy from the Mapping.
The default policy is NullPolicy.voidsetNullPolicy(AbstractNullPolicy aNullPolicy) Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
-
Method Details
-
setNullPolicy
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.- Parameters:
aNullPolicy-
-
getNullPolicy
AbstractNullPolicy getNullPolicy()Get the AbstractNullPolicy from the Mapping.
The default policy is NullPolicy.- Returns:
-