Uses of Class
org.w3._2001.schema.ReducedDerivationControl
-
Packages that use ReducedDerivationControl Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of ReducedDerivationControl in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type ReducedDerivationControl Modifier and Type Field Description static List<ReducedDerivationControl>ReducedDerivationControl. VALUESA public read-only list of all the 'Reduced Derivation Control' enumerators.Methods in org.w3._2001.schema that return ReducedDerivationControl Modifier and Type Method Description static ReducedDerivationControlReducedDerivationControl. get(int value)Returns the 'Reduced Derivation Control' literal with the specified integer value.static ReducedDerivationControlReducedDerivationControl. get(String literal)Returns the 'Reduced Derivation Control' literal with the specified literal value.static ReducedDerivationControlReducedDerivationControl. getByName(String name)Returns the 'Reduced Derivation Control' literal with the specified name.static ReducedDerivationControlReducedDerivationControl. valueOf(String name)Returns the enum constant of this type with the specified name.static ReducedDerivationControl[]ReducedDerivationControl. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReducedDerivationControl in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return ReducedDerivationControl Modifier and Type Method Description ReducedDerivationControlSchemaFactoryImpl. createReducedDerivationControlFromString(EDataType eDataType, String initialValue)ReducedDerivationControlSchemaFactoryImpl. createReducedDerivationControlObjectFromString(EDataType eDataType, String initialValue)Methods in org.w3._2001.schema.impl that return types with arguments of type ReducedDerivationControl Modifier and Type Method Description List<ReducedDerivationControl>SchemaFactoryImpl. 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 ReducedDerivationControl Modifier and Type Method Description booleanSchemaValidator. validateReducedDerivationControl(ReducedDerivationControl reducedDerivationControl, DiagnosticChain diagnostics, Map<Object,Object> context)booleanSchemaValidator. validateReducedDerivationControlObject(ReducedDerivationControl reducedDerivationControlObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-