Uses of Interface
net.opengis.gml311.AbstractGeneralOperationParameterRefType
-
Packages that use AbstractGeneralOperationParameterRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGeneralOperationParameterRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return AbstractGeneralOperationParameterRefType Modifier and Type Method Description AbstractGeneralOperationParameterRefType
Gml311Factory. createAbstractGeneralOperationParameterRefType()
Returns a new object of class 'Abstract General Operation Parameter Ref Type'.AbstractGeneralOperationParameterRefType
DocumentRoot. getAbstractGeneralOperationParameterRef()
Returns the value of the 'Abstract General Operation Parameter Ref' containment reference.AbstractGeneralOperationParameterRefType
DocumentRoot. getIncludesParameter()
Returns the value of the 'Includes Parameter' containment reference.AbstractGeneralOperationParameterRefType
DocumentRoot. getUsesParameter()
Returns the value of the 'Uses Parameter' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractGeneralOperationParameterRefType Modifier and Type Method Description EList<AbstractGeneralOperationParameterRefType>
OperationParameterGroupType. getIncludesParameter()
Returns the value of the 'Includes Parameter' containment reference list.EList<AbstractGeneralOperationParameterRefType>
OperationMethodType. getUsesParameter()
Returns the value of the 'Uses Parameter' containment reference list.Methods in net.opengis.gml311 with parameters of type AbstractGeneralOperationParameterRefType Modifier and Type Method Description void
DocumentRoot. setAbstractGeneralOperationParameterRef(AbstractGeneralOperationParameterRefType value)
Sets the value of the 'Abstract General Operation Parameter Ref
' containment reference.void
DocumentRoot. setIncludesParameter(AbstractGeneralOperationParameterRefType value)
Sets the value of the 'Includes Parameter
' containment reference.void
DocumentRoot. setUsesParameter(AbstractGeneralOperationParameterRefType value)
Sets the value of the 'Uses Parameter
' containment reference. -
Uses of AbstractGeneralOperationParameterRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeneralOperationParameterRefType Modifier and Type Class Description class
AbstractGeneralOperationParameterRefTypeImpl
An implementation of the model object 'Abstract General Operation Parameter Ref Type'.Fields in net.opengis.gml311.impl with type parameters of type AbstractGeneralOperationParameterRefType Modifier and Type Field Description protected EList<AbstractGeneralOperationParameterRefType>
OperationParameterGroupTypeImpl. includesParameter
The cached value of the 'Includes Parameter
' containment reference list.protected EList<AbstractGeneralOperationParameterRefType>
OperationMethodTypeImpl. usesParameter
The cached value of the 'Uses Parameter
' containment reference list.Methods in net.opengis.gml311.impl that return AbstractGeneralOperationParameterRefType Modifier and Type Method Description AbstractGeneralOperationParameterRefType
Gml311FactoryImpl. createAbstractGeneralOperationParameterRefType()
AbstractGeneralOperationParameterRefType
DocumentRootImpl. getAbstractGeneralOperationParameterRef()
AbstractGeneralOperationParameterRefType
DocumentRootImpl. getIncludesParameter()
AbstractGeneralOperationParameterRefType
DocumentRootImpl. getUsesParameter()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractGeneralOperationParameterRefType Modifier and Type Method Description EList<AbstractGeneralOperationParameterRefType>
OperationParameterGroupTypeImpl. getIncludesParameter()
EList<AbstractGeneralOperationParameterRefType>
OperationMethodTypeImpl. getUsesParameter()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralOperationParameterRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAbstractGeneralOperationParameterRef(AbstractGeneralOperationParameterRefType newAbstractGeneralOperationParameterRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetIncludesParameter(AbstractGeneralOperationParameterRefType newIncludesParameter, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesParameter(AbstractGeneralOperationParameterRefType newUsesParameter, NotificationChain msgs)
void
DocumentRootImpl. setAbstractGeneralOperationParameterRef(AbstractGeneralOperationParameterRefType newAbstractGeneralOperationParameterRef)
void
DocumentRootImpl. setIncludesParameter(AbstractGeneralOperationParameterRefType newIncludesParameter)
void
DocumentRootImpl. setUsesParameter(AbstractGeneralOperationParameterRefType newUsesParameter)
-
Uses of AbstractGeneralOperationParameterRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeneralOperationParameterRefType Modifier and Type Method Description T
Gml311Switch. caseAbstractGeneralOperationParameterRefType(AbstractGeneralOperationParameterRefType object)
Returns the result of interpreting the object as an instance of 'Abstract General Operation Parameter Ref Type'.boolean
Gml311Validator. validateAbstractGeneralOperationParameterRefType(AbstractGeneralOperationParameterRefType abstractGeneralOperationParameterRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-