Uses of Interface
net.opengis.wps10.LiteralInputType

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

Uses of LiteralInputType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return LiteralInputType
 LiteralInputType Wps10Factory.createLiteralInputType()
          Returns a new object of class 'Literal Input Type'.
 LiteralInputType InputDescriptionType.getLiteralData()
          Returns the value of the 'Literal Data' containment reference.
 

Methods in net.opengis.wps10 with parameters of type LiteralInputType
 void InputDescriptionType.setLiteralData(LiteralInputType value)
          Sets the value of the 'Literal Data' containment reference.
 

Uses of LiteralInputType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement LiteralInputType
 class LiteralInputTypeImpl
          An implementation of the model object 'Literal Input Type'.
 

Fields in net.opengis.wps10.impl declared as LiteralInputType
protected  LiteralInputType InputDescriptionTypeImpl.literalData
          The cached value of the 'Literal Data' containment reference.
 

Methods in net.opengis.wps10.impl that return LiteralInputType
 LiteralInputType Wps10FactoryImpl.createLiteralInputType()
           
 LiteralInputType InputDescriptionTypeImpl.getLiteralData()
           
 

Methods in net.opengis.wps10.impl with parameters of type LiteralInputType
 org.eclipse.emf.common.notify.NotificationChain InputDescriptionTypeImpl.basicSetLiteralData(LiteralInputType newLiteralData, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void InputDescriptionTypeImpl.setLiteralData(LiteralInputType newLiteralData)
           
 

Uses of LiteralInputType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type LiteralInputType
 java.lang.Object Wps10Switch.caseLiteralInputType(LiteralInputType object)
          Returns the result of interpreting the object as an instance of 'Literal Input Type'.
 boolean Wps10Validator.validateLiteralInputType(LiteralInputType literalInputType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.