Uses of Interface
net.opengis.wps10.InputReferenceType

Packages that use InputReferenceType
net.opengis.wps10   
net.opengis.wps10.impl   
net.opengis.wps10.util   
 

Uses of InputReferenceType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return InputReferenceType
 InputReferenceType Wps10Factory.createInputReferenceType()
          Returns a new object of class 'Input Reference Type'.
 InputReferenceType InputType.getReference()
          Returns the value of the 'Reference' containment reference.
 

Methods in net.opengis.wps10 with parameters of type InputReferenceType
 void InputType.setReference(InputReferenceType value)
          Sets the value of the 'Reference' containment reference.
 

Uses of InputReferenceType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement InputReferenceType
 class InputReferenceTypeImpl
          An implementation of the model object 'Input Reference Type'.
 

Fields in net.opengis.wps10.impl declared as InputReferenceType
protected  InputReferenceType InputTypeImpl.reference
          The cached value of the 'Reference' containment reference.
 

Methods in net.opengis.wps10.impl that return InputReferenceType
 InputReferenceType Wps10FactoryImpl.createInputReferenceType()
           
 InputReferenceType InputTypeImpl.getReference()
           
 

Methods in net.opengis.wps10.impl with parameters of type InputReferenceType
 org.eclipse.emf.common.notify.NotificationChain InputTypeImpl.basicSetReference(InputReferenceType newReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void InputTypeImpl.setReference(InputReferenceType newReference)
           
 

Uses of InputReferenceType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type InputReferenceType
 java.lang.Object Wps10Switch.caseInputReferenceType(InputReferenceType object)
          Returns the result of interpreting the object as an instance of 'Input Reference Type'.
 boolean Wps10Validator.validateInputReferenceType(InputReferenceType inputReferenceType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.