Uses of Enum Class
org.w3._2001.schema.SimpleDerivationSetMember1Item
Packages that use SimpleDerivationSetMember1Item
-
Uses of SimpleDerivationSetMember1Item in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type SimpleDerivationSetMember1ItemModifier and TypeFieldDescriptionstatic final List<SimpleDerivationSetMember1Item>
SimpleDerivationSetMember1Item.VALUES
A public read-only list of all the 'Simple Derivation Set Member1 Item' enumerators.Methods in org.w3._2001.schema that return SimpleDerivationSetMember1ItemModifier and TypeMethodDescriptionSimpleDerivationSetMember1Item.get
(int value) Returns the 'Simple Derivation Set Member1 Item' literal with the specified integer value.Returns the 'Simple Derivation Set Member1 Item' literal with the specified literal value.Returns the 'Simple Derivation Set Member1 Item' literal with the specified name.Returns the enum constant of this class with the specified name.static SimpleDerivationSetMember1Item[]
SimpleDerivationSetMember1Item.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SimpleDerivationSetMember1Item in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return SimpleDerivationSetMember1ItemModifier and TypeMethodDescriptionSchemaFactoryImpl.createSimpleDerivationSetMember1ItemFromString
(EDataType eDataType, String initialValue) SchemaFactoryImpl.createSimpleDerivationSetMember1ItemObjectFromString
(EDataType eDataType, String initialValue) Methods in org.w3._2001.schema.impl that return types with arguments of type SimpleDerivationSetMember1ItemModifier and TypeMethodDescriptionSchemaFactoryImpl.createSimpleDerivationSetMember1FromString
(EDataType eDataType, String initialValue) -
Uses of SimpleDerivationSetMember1Item in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type SimpleDerivationSetMember1ItemModifier and TypeMethodDescriptionboolean
SchemaValidator.validateSimpleDerivationSetMember1Item
(SimpleDerivationSetMember1Item simpleDerivationSetMember1Item, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SchemaValidator.validateSimpleDerivationSetMember1ItemObject
(SimpleDerivationSetMember1Item simpleDerivationSetMember1ItemObject, DiagnosticChain diagnostics, Map<Object, Object> context)