Uses of Enum Class
org.w3._2001.schema.DerivationControl
Packages that use DerivationControl
-
Uses of DerivationControl in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type DerivationControlModifier and TypeFieldDescriptionstatic final List<DerivationControl>
DerivationControl.VALUES
A public read-only list of all the 'Derivation Control' enumerators.Methods in org.w3._2001.schema that return DerivationControlModifier and TypeMethodDescriptionstatic DerivationControl
DerivationControl.get
(int value) Returns the 'Derivation Control' literal with the specified integer value.static DerivationControl
Returns the 'Derivation Control' literal with the specified literal value.static DerivationControl
Returns the 'Derivation Control' literal with the specified name.static DerivationControl
Returns the enum constant of this class with the specified name.static DerivationControl[]
DerivationControl.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DerivationControl in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return DerivationControlModifier and TypeMethodDescriptionSchemaFactoryImpl.createDerivationControlFromString
(EDataType eDataType, String initialValue) 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 DerivationControlModifier and TypeMethodDescriptionboolean
SchemaValidator.validateDerivationControl
(DerivationControl derivationControl, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateDerivationControlObject
(DerivationControl derivationControlObject, DiagnosticChain diagnostics, Map<Object, Object> context)