Uses of Enum Class
org.w3._2001.schema.ReducedDerivationControl
Packages that use ReducedDerivationControl
-
Uses of ReducedDerivationControl in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type ReducedDerivationControlModifier and TypeFieldDescriptionstatic final List<ReducedDerivationControl>
ReducedDerivationControl.VALUES
A public read-only list of all the 'Reduced Derivation Control' enumerators.Methods in org.w3._2001.schema that return ReducedDerivationControlModifier and TypeMethodDescriptionstatic ReducedDerivationControl
ReducedDerivationControl.get
(int value) Returns the 'Reduced Derivation Control' literal with the specified integer value.static ReducedDerivationControl
Returns the 'Reduced Derivation Control' literal with the specified literal value.static ReducedDerivationControl
Returns the 'Reduced Derivation Control' literal with the specified name.static ReducedDerivationControl
Returns the enum constant of this class with the specified name.static ReducedDerivationControl[]
ReducedDerivationControl.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReducedDerivationControl in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return ReducedDerivationControlModifier and TypeMethodDescriptionSchemaFactoryImpl.createReducedDerivationControlFromString
(EDataType eDataType, String initialValue) SchemaFactoryImpl.createReducedDerivationControlObjectFromString
(EDataType eDataType, String initialValue) Methods in org.w3._2001.schema.impl that return types with arguments of type ReducedDerivationControlModifier and TypeMethodDescriptionSchemaFactoryImpl.createDerivationSetMember1FromString
(EDataType eDataType, String initialValue) -
Uses of ReducedDerivationControl in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type ReducedDerivationControlModifier and TypeMethodDescriptionboolean
SchemaValidator.validateReducedDerivationControl
(ReducedDerivationControl reducedDerivationControl, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateReducedDerivationControlObject
(ReducedDerivationControl reducedDerivationControlObject, DiagnosticChain diagnostics, Map<Object, Object> context)