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.wps20
Methods in net.opengis.wps20 that return LiteralDataDomainType1 Modifier and Type Method Description LiteralDataDomainType1
Wps20Factory. 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.impl
Classes in net.opengis.wps20.impl that implement LiteralDataDomainType1 Modifier and Type Class Description class
LiteralDataDomainType1Impl
An 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. literalDataDomain
The cached value of the 'Literal Data Domain
' containment reference list.Methods in net.opengis.wps20.impl that return LiteralDataDomainType1 Modifier and Type Method Description LiteralDataDomainType1
Wps20FactoryImpl. 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.util
Methods in net.opengis.wps20.util with parameters of type LiteralDataDomainType1 Modifier and Type Method Description T
Wps20Switch. caseLiteralDataDomainType1(LiteralDataDomainType1 object)
Returns the result of interpreting the object as an instance of 'Literal Data Domain Type1'.boolean
Wps20Validator. validateLiteralDataDomainType1(LiteralDataDomainType1 literalDataDomainType1, DiagnosticChain diagnostics, Map<Object,Object> context)
-