Uses of Enum
org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
-
Uses of UnmarshalKeepAsElementPolicy in org.eclipse.persistence.oxm.mappings
Modifier and TypeMethodDescriptionXMLAbstractAnyMapping.getKeepAsElementPolicy()
XMLCompositeCollectionMapping.getKeepAsElementPolicy()
XMLCompositeObjectMapping.getKeepAsElementPolicy()
static UnmarshalKeepAsElementPolicy
Returns the enum constant of this type with the specified name.static UnmarshalKeepAsElementPolicy[]
UnmarshalKeepAsElementPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
XMLAbstractAnyMapping.setKeepAsElementPolicy
(UnmarshalKeepAsElementPolicy keepAsElementPolicy) void
XMLCompositeCollectionMapping.setKeepAsElementPolicy
(UnmarshalKeepAsElementPolicy keepAsElementPolicy) void
XMLCompositeObjectMapping.setKeepAsElementPolicy
(UnmarshalKeepAsElementPolicy keepAsElementPolicy)