Uses of Class
org.eclipse.persistence.jaxb.TypeMappingInfo.ElementScope
-
Packages that use TypeMappingInfo.ElementScope Package Description org.eclipse.persistence.jaxb -
-
Uses of TypeMappingInfo.ElementScope in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return TypeMappingInfo.ElementScope Modifier and Type Method Description TypeMappingInfo.ElementScopeTypeMappingInfo. getElementScope()Indicates if a global element should be generated for this type.static TypeMappingInfo.ElementScopeTypeMappingInfo.ElementScope. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeMappingInfo.ElementScope[]TypeMappingInfo.ElementScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.jaxb with parameters of type TypeMappingInfo.ElementScope Modifier and Type Method Description voidTypeMappingInfo. setElementScope(TypeMappingInfo.ElementScope scope)
-