Uses of Interface
net.opengis.gml311.ParameterValueType
-
Packages that use ParameterValueType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ParameterValueType in net.opengis.gml311
Methods in net.opengis.gml311 that return ParameterValueType Modifier and Type Method Description ParameterValueTypeGml311Factory. createParameterValueType()Returns a new object of class 'Parameter Value Type'.ParameterValueTypeDocumentRoot. getParameterValue()Returns the value of the 'Parameter Value' containment reference.ParameterValueTypeDocumentRoot. getUsesValue()Returns the value of the 'Uses Value' containment reference.Methods in net.opengis.gml311 that return types with arguments of type ParameterValueType Modifier and Type Method Description EList<ParameterValueType>ConversionType. getUsesValue()Returns the value of the 'Uses Value' containment reference list.EList<ParameterValueType>TransformationType. getUsesValue()Returns the value of the 'Uses Value' containment reference list.Methods in net.opengis.gml311 with parameters of type ParameterValueType Modifier and Type Method Description voidDocumentRoot. setParameterValue(ParameterValueType value)Sets the value of the 'Parameter Value' containment reference.voidDocumentRoot. setUsesValue(ParameterValueType value)Sets the value of the 'Uses Value' containment reference. -
Uses of ParameterValueType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ParameterValueType Modifier and Type Class Description classParameterValueTypeImplAn implementation of the model object 'Parameter Value Type'.Fields in net.opengis.gml311.impl with type parameters of type ParameterValueType Modifier and Type Field Description protected EList<ParameterValueType>ConversionTypeImpl. usesValueThe cached value of the 'Uses Value' containment reference list.protected EList<ParameterValueType>TransformationTypeImpl. usesValueThe cached value of the 'Uses Value' containment reference list.Methods in net.opengis.gml311.impl that return ParameterValueType Modifier and Type Method Description ParameterValueTypeGml311FactoryImpl. createParameterValueType()ParameterValueTypeDocumentRootImpl. getParameterValue()ParameterValueTypeDocumentRootImpl. getUsesValue()Methods in net.opengis.gml311.impl that return types with arguments of type ParameterValueType Modifier and Type Method Description EList<ParameterValueType>ConversionTypeImpl. getUsesValue()EList<ParameterValueType>TransformationTypeImpl. getUsesValue()Methods in net.opengis.gml311.impl with parameters of type ParameterValueType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetParameterValue(ParameterValueType newParameterValue, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesValue(ParameterValueType newUsesValue, NotificationChain msgs)voidDocumentRootImpl. setParameterValue(ParameterValueType newParameterValue)voidDocumentRootImpl. setUsesValue(ParameterValueType newUsesValue) -
Uses of ParameterValueType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ParameterValueType Modifier and Type Method Description TGml311Switch. caseParameterValueType(ParameterValueType object)Returns the result of interpreting the object as an instance of 'Parameter Value Type'.booleanGml311Validator. validateParameterValueType(ParameterValueType parameterValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
-