Uses of Interface
net.opengis.gml311.ValuePropertyType
-
Packages that use ValuePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ValuePropertyType in net.opengis.gml311
Subinterfaces of ValuePropertyType in net.opengis.gml311 Modifier and Type Interface Description interface
BooleanPropertyType
A representation of the model object 'Boolean Property Type'.interface
CategoryPropertyType
A representation of the model object 'Category Property Type'.interface
CountPropertyType
A representation of the model object 'Count Property Type'.interface
QuantityPropertyType
A representation of the model object 'Quantity Property Type'.interface
ScalarValuePropertyType
A representation of the model object 'Scalar Value Property Type'.Methods in net.opengis.gml311 that return ValuePropertyType Modifier and Type Method Description ValuePropertyType
Gml311Factory. createValuePropertyType()
Returns a new object of class 'Value Property Type'.ValuePropertyType
DocumentRoot. getValueComponent()
Returns the value of the 'Value Component' containment reference.ValuePropertyType
DocumentRoot. getValueProperty()
Returns the value of the 'Value Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type ValuePropertyType Modifier and Type Method Description EList<ValuePropertyType>
CompositeValueType. getValueComponent()
Returns the value of the 'Value Component' containment reference list.Methods in net.opengis.gml311 with parameters of type ValuePropertyType Modifier and Type Method Description void
DocumentRoot. setValueComponent(ValuePropertyType value)
Sets the value of the 'Value Component
' containment reference.void
DocumentRoot. setValueProperty(ValuePropertyType value)
Sets the value of the 'Value Property
' containment reference. -
Uses of ValuePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ValuePropertyType Modifier and Type Class Description class
BooleanPropertyTypeImpl
An implementation of the model object 'Boolean Property Type'.class
CategoryPropertyTypeImpl
An implementation of the model object 'Category Property Type'.class
CountPropertyTypeImpl
An implementation of the model object 'Count Property Type'.class
QuantityPropertyTypeImpl
An implementation of the model object 'Quantity Property Type'.class
ScalarValuePropertyTypeImpl
An implementation of the model object 'Scalar Value Property Type'.class
ValuePropertyTypeImpl
An implementation of the model object 'Value Property Type'.Fields in net.opengis.gml311.impl with type parameters of type ValuePropertyType Modifier and Type Field Description protected EList<ValuePropertyType>
CompositeValueTypeImpl. valueComponent
The cached value of the 'Value Component
' containment reference list.Methods in net.opengis.gml311.impl that return ValuePropertyType Modifier and Type Method Description ValuePropertyType
Gml311FactoryImpl. createValuePropertyType()
ValuePropertyType
DocumentRootImpl. getValueComponent()
ValuePropertyType
DocumentRootImpl. getValueProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type ValuePropertyType Modifier and Type Method Description EList<ValuePropertyType>
CompositeValueTypeImpl. getValueComponent()
Methods in net.opengis.gml311.impl with parameters of type ValuePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetValueComponent(ValuePropertyType newValueComponent, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetValueProperty(ValuePropertyType newValueProperty, NotificationChain msgs)
void
DocumentRootImpl. setValueComponent(ValuePropertyType newValueComponent)
void
DocumentRootImpl. setValueProperty(ValuePropertyType newValueProperty)
-
Uses of ValuePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ValuePropertyType Modifier and Type Method Description T
Gml311Switch. caseValuePropertyType(ValuePropertyType object)
Returns the result of interpreting the object as an instance of 'Value Property Type'.boolean
Gml311Validator. validateValuePropertyType(ValuePropertyType valuePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-