Uses of Interface
net.opengis.wps20.ReferenceType
- 
Packages that use ReferenceType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of ReferenceType in net.opengis.wps20Methods in net.opengis.wps20 that return ReferenceType Modifier and Type Method Description ReferenceTypeWps20Factory. createReferenceType()Returns a new object of class 'Reference Type'.ReferenceTypeDataInputType. getReference()Returns the value of the 'Reference' containment reference.ReferenceTypeDataOutputType. getReference()Returns the value of the 'Reference' containment reference.ReferenceTypeDocumentRoot. getReference()Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps20 with parameters of type ReferenceType Modifier and Type Method Description voidDataInputType. setReference(ReferenceType value)Sets the value of the 'Reference' containment reference.voidDataOutputType. setReference(ReferenceType value)Sets the value of the 'Reference' containment reference.voidDocumentRoot. setReference(ReferenceType value)Sets the value of the 'Reference' containment reference.
- 
Uses of ReferenceType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement ReferenceType Modifier and Type Class Description classReferenceTypeImplAn implementation of the model object 'Reference Type'.Fields in net.opengis.wps20.impl declared as ReferenceType Modifier and Type Field Description protected ReferenceTypeDataInputTypeImpl. referenceThe cached value of the 'Reference' containment reference.protected ReferenceTypeDataOutputTypeImpl. referenceThe cached value of the 'Reference' containment reference.Methods in net.opengis.wps20.impl that return ReferenceType Modifier and Type Method Description ReferenceTypeWps20FactoryImpl. createReferenceType()ReferenceTypeDataInputTypeImpl. getReference()ReferenceTypeDataOutputTypeImpl. getReference()ReferenceTypeDocumentRootImpl. getReference()Methods in net.opengis.wps20.impl with parameters of type ReferenceType Modifier and Type Method Description NotificationChainDataInputTypeImpl. basicSetReference(ReferenceType newReference, NotificationChain msgs)NotificationChainDataOutputTypeImpl. basicSetReference(ReferenceType newReference, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetReference(ReferenceType newReference, NotificationChain msgs)voidDataInputTypeImpl. setReference(ReferenceType newReference)voidDataOutputTypeImpl. setReference(ReferenceType newReference)voidDocumentRootImpl. setReference(ReferenceType newReference)
- 
Uses of ReferenceType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type ReferenceType Modifier and Type Method Description TWps20Switch. caseReferenceType(ReferenceType object)Returns the result of interpreting the object as an instance of 'Reference Type'.booleanWps20Validator. validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-