Uses of Class
org.w3._2001.schema.NamespaceListMember1ItemMember1
- 
Packages that use NamespaceListMember1ItemMember1 Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util  - 
- 
Uses of NamespaceListMember1ItemMember1 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type NamespaceListMember1ItemMember1 Modifier and Type Field Description static List<NamespaceListMember1ItemMember1>NamespaceListMember1ItemMember1. VALUESA public read-only list of all the 'Namespace List Member1 Item Member1' enumerators.Methods in org.w3._2001.schema that return NamespaceListMember1ItemMember1 Modifier and Type Method Description static NamespaceListMember1ItemMember1NamespaceListMember1ItemMember1. get(int value)Returns the 'Namespace List Member1 Item Member1' literal with the specified integer value.static NamespaceListMember1ItemMember1NamespaceListMember1ItemMember1. get(String literal)Returns the 'Namespace List Member1 Item Member1' literal with the specified literal value.static NamespaceListMember1ItemMember1NamespaceListMember1ItemMember1. getByName(String name)Returns the 'Namespace List Member1 Item Member1' literal with the specified name.static NamespaceListMember1ItemMember1NamespaceListMember1ItemMember1. valueOf(String name)Returns the enum constant of this type with the specified name.static NamespaceListMember1ItemMember1[]NamespaceListMember1ItemMember1. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of NamespaceListMember1ItemMember1 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return NamespaceListMember1ItemMember1 Modifier and Type Method Description NamespaceListMember1ItemMember1SchemaFactoryImpl. createNamespaceListMember1ItemMember1FromString(EDataType eDataType, String initialValue)NamespaceListMember1ItemMember1SchemaFactoryImpl. createNamespaceListMember1ItemMember1ObjectFromString(EDataType eDataType, String initialValue) - 
Uses of NamespaceListMember1ItemMember1 in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NamespaceListMember1ItemMember1 Modifier and Type Method Description booleanSchemaValidator. validateNamespaceListMember1ItemMember1(NamespaceListMember1ItemMember1 namespaceListMember1ItemMember1, DiagnosticChain diagnostics, Map<Object,Object> context)booleanSchemaValidator. validateNamespaceListMember1ItemMember1Object(NamespaceListMember1ItemMember1 namespaceListMember1ItemMember1Object, DiagnosticChain diagnostics, Map<Object,Object> context) 
 -