Uses of Interface
net.opengis.wps20.LiteralDataDomainType1
- 
Packages that use LiteralDataDomainType1 Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of LiteralDataDomainType1 in net.opengis.wps20Methods in net.opengis.wps20 that return LiteralDataDomainType1 Modifier and Type Method Description LiteralDataDomainType1Wps20Factory. createLiteralDataDomainType1()Returns a new object of class 'Literal Data Domain Type1'.Methods in net.opengis.wps20 that return types with arguments of type LiteralDataDomainType1 Modifier and Type Method Description EList<LiteralDataDomainType1>LiteralDataType. getLiteralDataDomain()Returns the value of the 'Literal Data Domain' containment reference list.
- 
Uses of LiteralDataDomainType1 in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement LiteralDataDomainType1 Modifier and Type Class Description classLiteralDataDomainType1ImplAn implementation of the model object 'Literal Data Domain Type1'.Fields in net.opengis.wps20.impl with type parameters of type LiteralDataDomainType1 Modifier and Type Field Description protected EList<LiteralDataDomainType1>LiteralDataTypeImpl. literalDataDomainThe cached value of the 'Literal Data Domain' containment reference list.Methods in net.opengis.wps20.impl that return LiteralDataDomainType1 Modifier and Type Method Description LiteralDataDomainType1Wps20FactoryImpl. createLiteralDataDomainType1()Methods in net.opengis.wps20.impl that return types with arguments of type LiteralDataDomainType1 Modifier and Type Method Description EList<LiteralDataDomainType1>LiteralDataTypeImpl. getLiteralDataDomain()
- 
Uses of LiteralDataDomainType1 in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type LiteralDataDomainType1 Modifier and Type Method Description TWps20Switch. caseLiteralDataDomainType1(LiteralDataDomainType1 object)Returns the result of interpreting the object as an instance of 'Literal Data Domain Type1'.booleanWps20Validator. validateLiteralDataDomainType1(LiteralDataDomainType1 literalDataDomainType1, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-