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 TypeInterfaceDescriptioninterfaceA representation of the model object 'Boolean Property Type'.interfaceA representation of the model object 'Category Property Type'.interfaceA representation of the model object 'Count Property Type'.interfaceA representation of the model object 'Quantity Property Type'.interfaceA 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 TypeMethodDescriptionvoidDocumentRoot.setValueComponent(ValuePropertyType value) Sets the value of the 'Value Component' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Boolean Property Type'.classAn implementation of the model object 'Category Property Type'.classAn implementation of the model object 'Count Property Type'.classAn implementation of the model object 'Quantity Property Type'.classAn implementation of the model object 'Scalar Value Property Type'.classAn 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.valueComponentThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetValueComponent(ValuePropertyType newValueComponent, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetValueProperty(ValuePropertyType newValueProperty, NotificationChain msgs) voidDocumentRootImpl.setValueComponent(ValuePropertyType newValueComponent) voidDocumentRootImpl.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'.booleanGml311Validator.validateValuePropertyType(ValuePropertyType valuePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)