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 interfaceBooleanPropertyTypeA representation of the model object 'Boolean Property Type'.interfaceCategoryPropertyTypeA representation of the model object 'Category Property Type'.interfaceCountPropertyTypeA representation of the model object 'Count Property Type'.interfaceQuantityPropertyTypeA representation of the model object 'Quantity Property Type'.interfaceScalarValuePropertyTypeA representation of the model object 'Scalar Value Property Type'.Methods in net.opengis.gml311 that return ValuePropertyType Modifier and Type Method Description ValuePropertyTypeGml311Factory. createValuePropertyType()Returns a new object of class 'Value Property Type'.ValuePropertyTypeDocumentRoot. getValueComponent()Returns the value of the 'Value Component' containment reference.ValuePropertyTypeDocumentRoot. 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 voidDocumentRoot. 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 ValuePropertyType Modifier and Type Class Description classBooleanPropertyTypeImplAn implementation of the model object 'Boolean Property Type'.classCategoryPropertyTypeImplAn implementation of the model object 'Category Property Type'.classCountPropertyTypeImplAn implementation of the model object 'Count Property Type'.classQuantityPropertyTypeImplAn implementation of the model object 'Quantity Property Type'.classScalarValuePropertyTypeImplAn implementation of the model object 'Scalar Value Property Type'.classValuePropertyTypeImplAn 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. valueComponentThe cached value of the 'Value Component' containment reference list.Methods in net.opengis.gml311.impl that return ValuePropertyType Modifier and Type Method Description ValuePropertyTypeGml311FactoryImpl. createValuePropertyType()ValuePropertyTypeDocumentRootImpl. getValueComponent()ValuePropertyTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. 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 ValuePropertyType Modifier and Type Method Description TGml311Switch. 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)
-