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 AbstractGeneralOperationParameterRefTypeGml311Factory. createAbstractGeneralOperationParameterRefType()Returns a new object of class 'Abstract General Operation Parameter Ref Type'.AbstractGeneralOperationParameterRefTypeDocumentRoot. getAbstractGeneralOperationParameterRef()Returns the value of the 'Abstract General Operation Parameter Ref' containment reference.AbstractGeneralOperationParameterRefTypeDocumentRoot. getIncludesParameter()Returns the value of the 'Includes Parameter' containment reference.AbstractGeneralOperationParameterRefTypeDocumentRoot. 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 voidDocumentRoot. setAbstractGeneralOperationParameterRef(AbstractGeneralOperationParameterRefType value)Sets the value of the 'Abstract General Operation Parameter Ref' containment reference.voidDocumentRoot. setIncludesParameter(AbstractGeneralOperationParameterRefType value)Sets the value of the 'Includes Parameter' containment reference.voidDocumentRoot. 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 classAbstractGeneralOperationParameterRefTypeImplAn 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. includesParameterThe cached value of the 'Includes Parameter' containment reference list.protected EList<AbstractGeneralOperationParameterRefType>OperationMethodTypeImpl. usesParameterThe cached value of the 'Uses Parameter' containment reference list.Methods in net.opengis.gml311.impl that return AbstractGeneralOperationParameterRefType Modifier and Type Method Description AbstractGeneralOperationParameterRefTypeGml311FactoryImpl. createAbstractGeneralOperationParameterRefType()AbstractGeneralOperationParameterRefTypeDocumentRootImpl. getAbstractGeneralOperationParameterRef()AbstractGeneralOperationParameterRefTypeDocumentRootImpl. getIncludesParameter()AbstractGeneralOperationParameterRefTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetAbstractGeneralOperationParameterRef(AbstractGeneralOperationParameterRefType newAbstractGeneralOperationParameterRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetIncludesParameter(AbstractGeneralOperationParameterRefType newIncludesParameter, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesParameter(AbstractGeneralOperationParameterRefType newUsesParameter, NotificationChain msgs)voidDocumentRootImpl. setAbstractGeneralOperationParameterRef(AbstractGeneralOperationParameterRefType newAbstractGeneralOperationParameterRef)voidDocumentRootImpl. setIncludesParameter(AbstractGeneralOperationParameterRefType newIncludesParameter)voidDocumentRootImpl. 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 TGml311Switch. caseAbstractGeneralOperationParameterRefType(AbstractGeneralOperationParameterRefType object)Returns the result of interpreting the object as an instance of 'Abstract General Operation Parameter Ref Type'.booleanGml311Validator. validateAbstractGeneralOperationParameterRefType(AbstractGeneralOperationParameterRefType abstractGeneralOperationParameterRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-