Uses of Interface
org.w3._2001.schema.FieldType
-
Packages that use FieldType Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of FieldType in org.w3._2001.schema
Methods in org.w3._2001.schema that return FieldType Modifier and Type Method Description FieldType
SchemaFactory. createFieldType()
Returns a new object of class 'Field Type'.FieldType
DocumentRoot. getField()
Returns the value of the 'Field' containment reference.Methods in org.w3._2001.schema that return types with arguments of type FieldType Modifier and Type Method Description EList<FieldType>
Keybase. getField()
Returns the value of the 'Field' containment reference list.Methods in org.w3._2001.schema with parameters of type FieldType Modifier and Type Method Description void
DocumentRoot. setField(FieldType value)
Sets the value of the 'Field
' containment reference. -
Uses of FieldType in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement FieldType Modifier and Type Class Description class
FieldTypeImpl
An implementation of the model object 'Field Type'.Fields in org.w3._2001.schema.impl with type parameters of type FieldType Modifier and Type Field Description protected EList<FieldType>
KeybaseImpl. field
The cached value of the 'Field
' containment reference list.Methods in org.w3._2001.schema.impl that return FieldType Modifier and Type Method Description FieldType
SchemaFactoryImpl. createFieldType()
FieldType
DocumentRootImpl. getField()
Methods in org.w3._2001.schema.impl that return types with arguments of type FieldType Modifier and Type Method Description EList<FieldType>
KeybaseImpl. getField()
Methods in org.w3._2001.schema.impl with parameters of type FieldType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetField(FieldType newField, NotificationChain msgs)
void
DocumentRootImpl. setField(FieldType newField)
-
Uses of FieldType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type FieldType Modifier and Type Method Description T
SchemaSwitch. caseFieldType(FieldType object)
Returns the result of interpreting the object as an instance of 'Field Type'.boolean
SchemaValidator. validateFieldType(FieldType fieldType, DiagnosticChain diagnostics, Map<Object,Object> context)
-