Uses of Interface
net.opengis.gml311.SingleOperationRefType
-
Packages that use SingleOperationRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SingleOperationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return SingleOperationRefType Modifier and Type Method Description SingleOperationRefType
Gml311Factory. createSingleOperationRefType()
Returns a new object of class 'Single Operation Ref Type'.SingleOperationRefType
DocumentRoot. getSingleOperationRef()
Returns the value of the 'Single Operation Ref' containment reference.SingleOperationRefType
DocumentRoot. getUsesSingleOperation()
Returns the value of the 'Uses Single Operation' containment reference.Methods in net.opengis.gml311 that return types with arguments of type SingleOperationRefType Modifier and Type Method Description EList<SingleOperationRefType>
ConcatenatedOperationType. getUsesSingleOperation()
Returns the value of the 'Uses Single Operation' containment reference list.Methods in net.opengis.gml311 with parameters of type SingleOperationRefType Modifier and Type Method Description void
DocumentRoot. setSingleOperationRef(SingleOperationRefType value)
Sets the value of the 'Single Operation Ref
' containment reference.void
DocumentRoot. setUsesSingleOperation(SingleOperationRefType value)
Sets the value of the 'Uses Single Operation
' containment reference. -
Uses of SingleOperationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SingleOperationRefType Modifier and Type Class Description class
SingleOperationRefTypeImpl
An implementation of the model object 'Single Operation Ref Type'.Fields in net.opengis.gml311.impl with type parameters of type SingleOperationRefType Modifier and Type Field Description protected EList<SingleOperationRefType>
ConcatenatedOperationTypeImpl. usesSingleOperation
The cached value of the 'Uses Single Operation
' containment reference list.Methods in net.opengis.gml311.impl that return SingleOperationRefType Modifier and Type Method Description SingleOperationRefType
Gml311FactoryImpl. createSingleOperationRefType()
SingleOperationRefType
DocumentRootImpl. getSingleOperationRef()
SingleOperationRefType
DocumentRootImpl. getUsesSingleOperation()
Methods in net.opengis.gml311.impl that return types with arguments of type SingleOperationRefType Modifier and Type Method Description EList<SingleOperationRefType>
ConcatenatedOperationTypeImpl. getUsesSingleOperation()
Methods in net.opengis.gml311.impl with parameters of type SingleOperationRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSingleOperationRef(SingleOperationRefType newSingleOperationRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesSingleOperation(SingleOperationRefType newUsesSingleOperation, NotificationChain msgs)
void
DocumentRootImpl. setSingleOperationRef(SingleOperationRefType newSingleOperationRef)
void
DocumentRootImpl. setUsesSingleOperation(SingleOperationRefType newUsesSingleOperation)
-
Uses of SingleOperationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SingleOperationRefType Modifier and Type Method Description T
Gml311Switch. caseSingleOperationRefType(SingleOperationRefType object)
Returns the result of interpreting the object as an instance of 'Single Operation Ref Type'.boolean
Gml311Validator. validateSingleOperationRefType(SingleOperationRefType singleOperationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-