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.VALUESA public read-only list of all the 'Derivation Control' enumerators.Methods in org.w3._2001.schema that return DerivationControlModifier and TypeMethodDescriptionstatic DerivationControlDerivationControl.get(int value) Returns the 'Derivation Control' literal with the specified integer value.static DerivationControlReturns the 'Derivation Control' literal with the specified literal value.static DerivationControlReturns the 'Derivation Control' literal with the specified name.static DerivationControlReturns 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 TypeMethodDescriptionbooleanSchemaValidator.validateDerivationControl(DerivationControl derivationControl, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSchemaValidator.validateDerivationControlObject(DerivationControl derivationControlObject, DiagnosticChain diagnostics, Map<Object, Object> context)