Uses of Interface
net.opengis.gml311.ValueArrayPropertyType
-
Packages that use ValueArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ValueArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return ValueArrayPropertyType Modifier and Type Method Description ValueArrayPropertyType
Gml311Factory. createValueArrayPropertyType()
Returns a new object of class 'Value Array Property Type'.ValueArrayPropertyType
CompositeValueType. getValueComponents()
Returns the value of the 'Value Components' containment reference.ValueArrayPropertyType
DocumentRoot. getValueComponents()
Returns the value of the 'Value Components' containment reference.Methods in net.opengis.gml311 with parameters of type ValueArrayPropertyType Modifier and Type Method Description void
CompositeValueType. setValueComponents(ValueArrayPropertyType value)
Sets the value of the 'Value Components
' containment reference.void
DocumentRoot. setValueComponents(ValueArrayPropertyType value)
Sets the value of the 'Value Components
' containment reference. -
Uses of ValueArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ValueArrayPropertyType Modifier and Type Class Description class
ValueArrayPropertyTypeImpl
An implementation of the model object 'Value Array Property Type'.Fields in net.opengis.gml311.impl declared as ValueArrayPropertyType Modifier and Type Field Description protected ValueArrayPropertyType
CompositeValueTypeImpl. valueComponents
The cached value of the 'Value Components
' containment reference.Methods in net.opengis.gml311.impl that return ValueArrayPropertyType Modifier and Type Method Description ValueArrayPropertyType
Gml311FactoryImpl. createValueArrayPropertyType()
ValueArrayPropertyType
CompositeValueTypeImpl. getValueComponents()
ValueArrayPropertyType
DocumentRootImpl. getValueComponents()
Methods in net.opengis.gml311.impl with parameters of type ValueArrayPropertyType Modifier and Type Method Description NotificationChain
CompositeValueTypeImpl. basicSetValueComponents(ValueArrayPropertyType newValueComponents, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetValueComponents(ValueArrayPropertyType newValueComponents, NotificationChain msgs)
void
CompositeValueTypeImpl. setValueComponents(ValueArrayPropertyType newValueComponents)
void
DocumentRootImpl. setValueComponents(ValueArrayPropertyType newValueComponents)
-
Uses of ValueArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ValueArrayPropertyType Modifier and Type Method Description T
Gml311Switch. caseValueArrayPropertyType(ValueArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Value Array Property Type'.boolean
Gml311Validator. validateValueArrayPropertyType(ValueArrayPropertyType valueArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-