Uses of Class
org.w3._2001.schema.BlockSetMember1Item
-
Packages that use BlockSetMember1Item Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of BlockSetMember1Item in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type BlockSetMember1Item Modifier and Type Field Description static List<BlockSetMember1Item>
BlockSetMember1Item. VALUES
A public read-only list of all the 'Block Set Member1 Item' enumerators.Methods in org.w3._2001.schema that return BlockSetMember1Item Modifier and Type Method Description static BlockSetMember1Item
BlockSetMember1Item. get(int value)
Returns the 'Block Set Member1 Item' literal with the specified integer value.static BlockSetMember1Item
BlockSetMember1Item. get(String literal)
Returns the 'Block Set Member1 Item' literal with the specified literal value.static BlockSetMember1Item
BlockSetMember1Item. getByName(String name)
Returns the 'Block Set Member1 Item' literal with the specified name.static BlockSetMember1Item
BlockSetMember1Item. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlockSetMember1Item[]
BlockSetMember1Item. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockSetMember1Item in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return BlockSetMember1Item Modifier and Type Method Description BlockSetMember1Item
SchemaFactoryImpl. createBlockSetMember1ItemFromString(EDataType eDataType, String initialValue)
BlockSetMember1Item
SchemaFactoryImpl. createBlockSetMember1ItemObjectFromString(EDataType eDataType, String initialValue)
Methods in org.w3._2001.schema.impl that return types with arguments of type BlockSetMember1Item Modifier and Type Method Description List<BlockSetMember1Item>
SchemaFactoryImpl. createBlockSetMember1FromString(EDataType eDataType, String initialValue)
-
Uses of BlockSetMember1Item in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type BlockSetMember1Item Modifier and Type Method Description boolean
SchemaValidator. validateBlockSetMember1Item(BlockSetMember1Item blockSetMember1Item, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
SchemaValidator. validateBlockSetMember1ItemObject(BlockSetMember1Item blockSetMember1ItemObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-