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