Uses of Class
org.w3._2001.schema.TypeDerivationControl
-
Packages that use TypeDerivationControl Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of TypeDerivationControl in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type TypeDerivationControl Modifier and Type Field Description static List<TypeDerivationControl>
TypeDerivationControl. VALUES
A public read-only list of all the 'Type Derivation Control' enumerators.Methods in org.w3._2001.schema that return TypeDerivationControl Modifier and Type Method Description static TypeDerivationControl
TypeDerivationControl. get(int value)
Returns the 'Type Derivation Control' literal with the specified integer value.static TypeDerivationControl
TypeDerivationControl. get(String literal)
Returns the 'Type Derivation Control' literal with the specified literal value.static TypeDerivationControl
TypeDerivationControl. getByName(String name)
Returns the 'Type Derivation Control' literal with the specified name.static TypeDerivationControl
TypeDerivationControl. valueOf(String name)
Returns the enum constant of this type with the specified name.static TypeDerivationControl[]
TypeDerivationControl. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeDerivationControl in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return TypeDerivationControl Modifier and Type Method Description TypeDerivationControl
SchemaFactoryImpl. createTypeDerivationControlFromString(EDataType eDataType, String initialValue)
TypeDerivationControl
SchemaFactoryImpl. createTypeDerivationControlObjectFromString(EDataType eDataType, String initialValue)
Methods in org.w3._2001.schema.impl that return types with arguments of type TypeDerivationControl Modifier and Type Method Description List<TypeDerivationControl>
SchemaFactoryImpl. createFullDerivationSetMember1FromString(EDataType eDataType, String initialValue)
-
Uses of TypeDerivationControl in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type TypeDerivationControl Modifier and Type Method Description boolean
SchemaValidator. validateTypeDerivationControl(TypeDerivationControl typeDerivationControl, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
SchemaValidator. validateTypeDerivationControlObject(TypeDerivationControl typeDerivationControlObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-