Uses of Class
org.w3._2001.schema.FormChoice
-
Packages that use FormChoice Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of FormChoice in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type FormChoice Modifier and Type Field Description static List<FormChoice>FormChoice. VALUESA public read-only list of all the 'Form Choice' enumerators.Methods in org.w3._2001.schema that return FormChoice Modifier and Type Method Description static FormChoiceFormChoice. get(int value)Returns the 'Form Choice' literal with the specified integer value.static FormChoiceFormChoice. get(String literal)Returns the 'Form Choice' literal with the specified literal value.FormChoiceSchemaType. getAttributeFormDefault()Returns the value of the 'Attribute Form Default' attribute.static FormChoiceFormChoice. getByName(String name)Returns the 'Form Choice' literal with the specified name.FormChoiceSchemaType. getElementFormDefault()Returns the value of the 'Element Form Default' attribute.FormChoiceAttribute. getForm()Returns the value of the 'Form' attribute.FormChoiceElement. getForm()Returns the value of the 'Form' attribute.static FormChoiceFormChoice. valueOf(String name)Returns the enum constant of this type with the specified name.static FormChoice[]FormChoice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.w3._2001.schema with parameters of type FormChoice Modifier and Type Method Description voidSchemaType. setAttributeFormDefault(FormChoice value)Sets the value of the 'Attribute Form Default' attribute.voidSchemaType. setElementFormDefault(FormChoice value)Sets the value of the 'Element Form Default' attribute.voidAttribute. setForm(FormChoice value)Sets the value of the 'Form' attribute.voidElement. setForm(FormChoice value)Sets the value of the 'Form' attribute. -
Uses of FormChoice in org.w3._2001.schema.impl
Fields in org.w3._2001.schema.impl declared as FormChoice Modifier and Type Field Description protected static FormChoiceSchemaTypeImpl. ATTRIBUTE_FORM_DEFAULT_EDEFAULTThe default value of the 'Attribute Form Default' attribute.protected FormChoiceSchemaTypeImpl. attributeFormDefaultThe cached value of the 'Attribute Form Default' attribute.protected static FormChoiceSchemaTypeImpl. ELEMENT_FORM_DEFAULT_EDEFAULTThe default value of the 'Element Form Default' attribute.protected FormChoiceSchemaTypeImpl. elementFormDefaultThe cached value of the 'Element Form Default' attribute.protected FormChoiceAttributeImpl. formThe cached value of the 'Form' attribute.protected FormChoiceElementImpl. formThe cached value of the 'Form' attribute.protected static FormChoiceAttributeImpl. FORM_EDEFAULTThe default value of the 'Form' attribute.protected static FormChoiceElementImpl. FORM_EDEFAULTThe default value of the 'Form' attribute.Methods in org.w3._2001.schema.impl that return FormChoice Modifier and Type Method Description FormChoiceSchemaFactoryImpl. createFormChoiceFromString(EDataType eDataType, String initialValue)FormChoiceSchemaFactoryImpl. createFormChoiceObjectFromString(EDataType eDataType, String initialValue)FormChoiceSchemaTypeImpl. getAttributeFormDefault()FormChoiceSchemaTypeImpl. getElementFormDefault()FormChoiceAttributeImpl. getForm()FormChoiceElementImpl. getForm()Methods in org.w3._2001.schema.impl with parameters of type FormChoice Modifier and Type Method Description voidSchemaTypeImpl. setAttributeFormDefault(FormChoice newAttributeFormDefault)voidSchemaTypeImpl. setElementFormDefault(FormChoice newElementFormDefault)voidAttributeImpl. setForm(FormChoice newForm)voidElementImpl. setForm(FormChoice newForm) -
Uses of FormChoice in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type FormChoice Modifier and Type Method Description booleanSchemaValidator. validateFormChoice(FormChoice formChoice, DiagnosticChain diagnostics, Map<Object,Object> context)booleanSchemaValidator. validateFormChoiceObject(FormChoice formChoiceObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-