Uses of Enum Class
org.w3._2001.schema.TypeDerivationControl
Packages that use TypeDerivationControl
-
Uses of TypeDerivationControl in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type TypeDerivationControlModifier and TypeFieldDescriptionstatic final List<TypeDerivationControl>TypeDerivationControl.VALUESA public read-only list of all the 'Type Derivation Control' enumerators.Methods in org.w3._2001.schema that return TypeDerivationControlModifier and TypeMethodDescriptionstatic TypeDerivationControlTypeDerivationControl.get(int value) Returns the 'Type Derivation Control' literal with the specified integer value.static TypeDerivationControlReturns the 'Type Derivation Control' literal with the specified literal value.static TypeDerivationControlReturns the 'Type Derivation Control' literal with the specified name.static TypeDerivationControlReturns the enum constant of this class with the specified name.static TypeDerivationControl[]TypeDerivationControl.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TypeDerivationControl in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return TypeDerivationControlModifier and TypeMethodDescriptionSchemaFactoryImpl.createTypeDerivationControlFromString(EDataType eDataType, String initialValue) SchemaFactoryImpl.createTypeDerivationControlObjectFromString(EDataType eDataType, String initialValue) Methods in org.w3._2001.schema.impl that return types with arguments of type TypeDerivationControlModifier and TypeMethodDescriptionSchemaFactoryImpl.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 TypeDerivationControlModifier and TypeMethodDescriptionbooleanSchemaValidator.validateTypeDerivationControl(TypeDerivationControl typeDerivationControl, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSchemaValidator.validateTypeDerivationControlObject(TypeDerivationControl typeDerivationControlObject, DiagnosticChain diagnostics, Map<Object, Object> context)