Uses of Class
org.w3._2001.schema.SimpleDerivationSetMember1Item
-
Packages that use SimpleDerivationSetMember1Item Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of SimpleDerivationSetMember1Item in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type SimpleDerivationSetMember1Item Modifier and Type Field Description static 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 SimpleDerivationSetMember1Item Modifier and Type Method Description static SimpleDerivationSetMember1Item
SimpleDerivationSetMember1Item. get(int value)
Returns the 'Simple Derivation Set Member1 Item' literal with the specified integer value.static SimpleDerivationSetMember1Item
SimpleDerivationSetMember1Item. get(String literal)
Returns the 'Simple Derivation Set Member1 Item' literal with the specified literal value.static SimpleDerivationSetMember1Item
SimpleDerivationSetMember1Item. getByName(String name)
Returns the 'Simple Derivation Set Member1 Item' literal with the specified name.static SimpleDerivationSetMember1Item
SimpleDerivationSetMember1Item. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimpleDerivationSetMember1Item[]
SimpleDerivationSetMember1Item. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SimpleDerivationSetMember1Item in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return SimpleDerivationSetMember1Item Modifier and Type Method Description SimpleDerivationSetMember1Item
SchemaFactoryImpl. createSimpleDerivationSetMember1ItemFromString(EDataType eDataType, String initialValue)
SimpleDerivationSetMember1Item
SchemaFactoryImpl. createSimpleDerivationSetMember1ItemObjectFromString(EDataType eDataType, String initialValue)
Methods in org.w3._2001.schema.impl that return types with arguments of type SimpleDerivationSetMember1Item Modifier and Type Method Description List<SimpleDerivationSetMember1Item>
SchemaFactoryImpl. 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 SimpleDerivationSetMember1Item Modifier and Type Method Description boolean
SchemaValidator. validateSimpleDerivationSetMember1Item(SimpleDerivationSetMember1Item simpleDerivationSetMember1Item, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
SchemaValidator. validateSimpleDerivationSetMember1ItemObject(SimpleDerivationSetMember1Item simpleDerivationSetMember1ItemObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-