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 ValueArrayPropertyTypeGml311Factory. createValueArrayPropertyType()Returns a new object of class 'Value Array Property Type'.ValueArrayPropertyTypeCompositeValueType. getValueComponents()Returns the value of the 'Value Components' containment reference.ValueArrayPropertyTypeDocumentRoot. 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 voidCompositeValueType. setValueComponents(ValueArrayPropertyType value)Sets the value of the 'Value Components' containment reference.voidDocumentRoot. 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 classValueArrayPropertyTypeImplAn implementation of the model object 'Value Array Property Type'.Fields in net.opengis.gml311.impl declared as ValueArrayPropertyType Modifier and Type Field Description protected ValueArrayPropertyTypeCompositeValueTypeImpl. valueComponentsThe cached value of the 'Value Components' containment reference.Methods in net.opengis.gml311.impl that return ValueArrayPropertyType Modifier and Type Method Description ValueArrayPropertyTypeGml311FactoryImpl. createValueArrayPropertyType()ValueArrayPropertyTypeCompositeValueTypeImpl. getValueComponents()ValueArrayPropertyTypeDocumentRootImpl. getValueComponents()Methods in net.opengis.gml311.impl with parameters of type ValueArrayPropertyType Modifier and Type Method Description NotificationChainCompositeValueTypeImpl. basicSetValueComponents(ValueArrayPropertyType newValueComponents, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetValueComponents(ValueArrayPropertyType newValueComponents, NotificationChain msgs)voidCompositeValueTypeImpl. setValueComponents(ValueArrayPropertyType newValueComponents)voidDocumentRootImpl. 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 TGml311Switch. caseValueArrayPropertyType(ValueArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Value Array Property Type'.booleanGml311Validator. validateValueArrayPropertyType(ValueArrayPropertyType valueArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-