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. VALUES
A 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 FormChoice
FormChoice. get(int value)
Returns the 'Form Choice' literal with the specified integer value.static FormChoice
FormChoice. get(String literal)
Returns the 'Form Choice' literal with the specified literal value.FormChoice
SchemaType. getAttributeFormDefault()
Returns the value of the 'Attribute Form Default' attribute.static FormChoice
FormChoice. getByName(String name)
Returns the 'Form Choice' literal with the specified name.FormChoice
SchemaType. getElementFormDefault()
Returns the value of the 'Element Form Default' attribute.FormChoice
Attribute. getForm()
Returns the value of the 'Form' attribute.FormChoice
Element. getForm()
Returns the value of the 'Form' attribute.static FormChoice
FormChoice. 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 void
SchemaType. setAttributeFormDefault(FormChoice value)
Sets the value of the 'Attribute Form Default
' attribute.void
SchemaType. setElementFormDefault(FormChoice value)
Sets the value of the 'Element Form Default
' attribute.void
Attribute. setForm(FormChoice value)
Sets the value of the 'Form
' attribute.void
Element. 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 FormChoice
SchemaTypeImpl. ATTRIBUTE_FORM_DEFAULT_EDEFAULT
The default value of the 'Attribute Form Default
' attribute.protected FormChoice
SchemaTypeImpl. attributeFormDefault
The cached value of the 'Attribute Form Default
' attribute.protected static FormChoice
SchemaTypeImpl. ELEMENT_FORM_DEFAULT_EDEFAULT
The default value of the 'Element Form Default
' attribute.protected FormChoice
SchemaTypeImpl. elementFormDefault
The cached value of the 'Element Form Default
' attribute.protected FormChoice
AttributeImpl. form
The cached value of the 'Form
' attribute.protected FormChoice
ElementImpl. form
The cached value of the 'Form
' attribute.protected static FormChoice
AttributeImpl. FORM_EDEFAULT
The default value of the 'Form
' attribute.protected static FormChoice
ElementImpl. FORM_EDEFAULT
The default value of the 'Form
' attribute.Methods in org.w3._2001.schema.impl that return FormChoice Modifier and Type Method Description FormChoice
SchemaFactoryImpl. createFormChoiceFromString(EDataType eDataType, String initialValue)
FormChoice
SchemaFactoryImpl. createFormChoiceObjectFromString(EDataType eDataType, String initialValue)
FormChoice
SchemaTypeImpl. getAttributeFormDefault()
FormChoice
SchemaTypeImpl. getElementFormDefault()
FormChoice
AttributeImpl. getForm()
FormChoice
ElementImpl. getForm()
Methods in org.w3._2001.schema.impl with parameters of type FormChoice Modifier and Type Method Description void
SchemaTypeImpl. setAttributeFormDefault(FormChoice newAttributeFormDefault)
void
SchemaTypeImpl. setElementFormDefault(FormChoice newElementFormDefault)
void
AttributeImpl. setForm(FormChoice newForm)
void
ElementImpl. 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 boolean
SchemaValidator. validateFormChoice(FormChoice formChoice, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
SchemaValidator. validateFormChoiceObject(FormChoice formChoiceObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-