Uses of Interface
net.opengis.wps20.DataOutputType
-
Packages that use DataOutputType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DataOutputType in net.opengis.wps20
Methods in net.opengis.wps20 that return DataOutputType Modifier and Type Method Description DataOutputTypeWps20Factory. createDataOutputType()Returns a new object of class 'Data Output Type'.DataOutputTypeDataOutputType. getOutput()Returns the value of the 'Output' containment reference.Methods in net.opengis.wps20 that return types with arguments of type DataOutputType Modifier and Type Method Description EList<DataOutputType>ResultType. getOutput()Returns the value of the 'Output' containment reference list.Methods in net.opengis.wps20 with parameters of type DataOutputType Modifier and Type Method Description voidDataOutputType. setOutput(DataOutputType value)Sets the value of the 'Output' containment reference. -
Uses of DataOutputType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DataOutputType Modifier and Type Class Description classDataOutputTypeImplAn implementation of the model object 'Data Output Type'.Fields in net.opengis.wps20.impl declared as DataOutputType Modifier and Type Field Description protected DataOutputTypeDataOutputTypeImpl. outputThe cached value of the 'Output' containment reference.Fields in net.opengis.wps20.impl with type parameters of type DataOutputType Modifier and Type Field Description protected EList<DataOutputType>ResultTypeImpl. outputThe cached value of the 'Output' containment reference list.Methods in net.opengis.wps20.impl that return DataOutputType Modifier and Type Method Description DataOutputTypeWps20FactoryImpl. createDataOutputType()DataOutputTypeDataOutputTypeImpl. getOutput()Methods in net.opengis.wps20.impl that return types with arguments of type DataOutputType Modifier and Type Method Description EList<DataOutputType>ResultTypeImpl. getOutput()Methods in net.opengis.wps20.impl with parameters of type DataOutputType Modifier and Type Method Description NotificationChainDataOutputTypeImpl. basicSetOutput(DataOutputType newOutput, NotificationChain msgs)voidDataOutputTypeImpl. setOutput(DataOutputType newOutput) -
Uses of DataOutputType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataOutputType Modifier and Type Method Description TWps20Switch. caseDataOutputType(DataOutputType object)Returns the result of interpreting the object as an instance of 'Data Output Type'.booleanWps20Validator. validateDataOutputType(DataOutputType dataOutputType, DiagnosticChain diagnostics, Map<Object,Object> context)
-