Uses of Class
org.w3._2001.schema.FullDerivationSetMember0
-
Packages that use FullDerivationSetMember0 Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of FullDerivationSetMember0 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type FullDerivationSetMember0 Modifier and Type Field Description static List<FullDerivationSetMember0>
FullDerivationSetMember0. VALUES
A public read-only list of all the 'Full Derivation Set Member0' enumerators.Methods in org.w3._2001.schema that return FullDerivationSetMember0 Modifier and Type Method Description static FullDerivationSetMember0
FullDerivationSetMember0. get(int value)
Returns the 'Full Derivation Set Member0' literal with the specified integer value.static FullDerivationSetMember0
FullDerivationSetMember0. get(String literal)
Returns the 'Full Derivation Set Member0' literal with the specified literal value.static FullDerivationSetMember0
FullDerivationSetMember0. getByName(String name)
Returns the 'Full Derivation Set Member0' literal with the specified name.static FullDerivationSetMember0
FullDerivationSetMember0. valueOf(String name)
Returns the enum constant of this type with the specified name.static FullDerivationSetMember0[]
FullDerivationSetMember0. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FullDerivationSetMember0 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return FullDerivationSetMember0 Modifier and Type Method Description FullDerivationSetMember0
SchemaFactoryImpl. createFullDerivationSetMember0FromString(EDataType eDataType, String initialValue)
FullDerivationSetMember0
SchemaFactoryImpl. createFullDerivationSetMember0ObjectFromString(EDataType eDataType, String initialValue)
-
Uses of FullDerivationSetMember0 in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type FullDerivationSetMember0 Modifier and Type Method Description boolean
SchemaValidator. validateFullDerivationSetMember0(FullDerivationSetMember0 fullDerivationSetMember0, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
SchemaValidator. validateFullDerivationSetMember0Object(FullDerivationSetMember0 fullDerivationSetMember0Object, DiagnosticChain diagnostics, Map<Object,Object> context)
-