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