Uses of Interface
net.opengis.gml311.ValuePropertyType
Packages that use ValuePropertyType
-
Uses of ValuePropertyType in net.opengis.gml311
Subinterfaces of ValuePropertyType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Boolean Property Type'.interface
A representation of the model object 'Category Property Type'.interface
A representation of the model object 'Count Property Type'.interface
A representation of the model object 'Quantity Property Type'.interface
A representation of the model object 'Scalar Value Property Type'.Methods in net.opengis.gml311 that return ValuePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createValuePropertyType()
Returns a new object of class 'Value Property Type'.DocumentRoot.getValueComponent()
Returns the value of the 'Value Component' containment reference.DocumentRoot.getValueProperty()
Returns the value of the 'Value Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type ValuePropertyTypeModifier and TypeMethodDescriptionEList<ValuePropertyType>
CompositeValueType.getValueComponent()
Returns the value of the 'Value Component' containment reference list.Methods in net.opengis.gml311 with parameters of type ValuePropertyTypeModifier and TypeMethodDescriptionvoid
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 ValuePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Boolean Property Type'.class
An implementation of the model object 'Category Property Type'.class
An implementation of the model object 'Count Property Type'.class
An implementation of the model object 'Quantity Property Type'.class
An implementation of the model object 'Scalar Value Property Type'.class
An implementation of the model object 'Value Property Type'.Fields in net.opengis.gml311.impl with type parameters of type ValuePropertyTypeModifier and TypeFieldDescriptionprotected EList<ValuePropertyType>
CompositeValueTypeImpl.valueComponent
The cached value of the 'Value Component
' containment reference list.Methods in net.opengis.gml311.impl that return ValuePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createValuePropertyType()
DocumentRootImpl.getValueComponent()
DocumentRootImpl.getValueProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type ValuePropertyTypeModifier and TypeMethodDescriptionEList<ValuePropertyType>
CompositeValueTypeImpl.getValueComponent()
Methods in net.opengis.gml311.impl with parameters of type ValuePropertyTypeModifier and TypeMethodDescriptionNotificationChain
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 ValuePropertyTypeModifier and TypeMethodDescriptionGml311Switch.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)