Uses of Enum Class
org.w3._2001.schema.FullDerivationSetMember0
Packages that use FullDerivationSetMember0
-
Uses of FullDerivationSetMember0 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type FullDerivationSetMember0Modifier and TypeFieldDescriptionstatic final 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 FullDerivationSetMember0Modifier and TypeMethodDescriptionstatic FullDerivationSetMember0
FullDerivationSetMember0.get
(int value) Returns the 'Full Derivation Set Member0' literal with the specified integer value.static FullDerivationSetMember0
Returns the 'Full Derivation Set Member0' literal with the specified literal value.static FullDerivationSetMember0
Returns the 'Full Derivation Set Member0' literal with the specified name.static FullDerivationSetMember0
Returns the enum constant of this class with the specified name.static FullDerivationSetMember0[]
FullDerivationSetMember0.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FullDerivationSetMember0 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return FullDerivationSetMember0Modifier and TypeMethodDescriptionSchemaFactoryImpl.createFullDerivationSetMember0FromString
(EDataType eDataType, String initialValue) 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 FullDerivationSetMember0Modifier and TypeMethodDescriptionboolean
SchemaValidator.validateFullDerivationSetMember0
(FullDerivationSetMember0 fullDerivationSetMember0, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateFullDerivationSetMember0Object
(FullDerivationSetMember0 fullDerivationSetMember0Object, DiagnosticChain diagnostics, Map<Object, Object> context)