Uses of Class
org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
-
Packages that use UnmarshalKeepAsElementPolicy Package Description org.eclipse.persistence.oxm.mappings -
-
Uses of UnmarshalKeepAsElementPolicy in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings that return UnmarshalKeepAsElementPolicy Modifier and Type Method Description UnmarshalKeepAsElementPolicyXMLAbstractAnyMapping. getKeepAsElementPolicy()UnmarshalKeepAsElementPolicyXMLCompositeCollectionMapping. getKeepAsElementPolicy()UnmarshalKeepAsElementPolicyXMLCompositeObjectMapping. getKeepAsElementPolicy()static UnmarshalKeepAsElementPolicyUnmarshalKeepAsElementPolicy. valueOf(String name)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.Methods in org.eclipse.persistence.oxm.mappings with parameters of type UnmarshalKeepAsElementPolicy Modifier and Type Method Description voidXMLAbstractAnyMapping. setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy keepAsElementPolicy)voidXMLCompositeCollectionMapping. setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy keepAsElementPolicy)voidXMLCompositeObjectMapping. setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy keepAsElementPolicy)
-