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. VALUES
A 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 ReducedDerivationControl
ReducedDerivationControl. get(int value)
Returns the 'Reduced Derivation Control' literal with the specified integer value.static ReducedDerivationControl
ReducedDerivationControl. get(String literal)
Returns the 'Reduced Derivation Control' literal with the specified literal value.static ReducedDerivationControl
ReducedDerivationControl. getByName(String name)
Returns the 'Reduced Derivation Control' literal with the specified name.static ReducedDerivationControl
ReducedDerivationControl. 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 ReducedDerivationControl
SchemaFactoryImpl. createReducedDerivationControlFromString(EDataType eDataType, String initialValue)
ReducedDerivationControl
SchemaFactoryImpl. 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 boolean
SchemaValidator. validateReducedDerivationControl(ReducedDerivationControl reducedDerivationControl, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
SchemaValidator. validateReducedDerivationControlObject(ReducedDerivationControl reducedDerivationControlObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-