Package net.opengis.wps20
Interface LiteralDataType
- All Superinterfaces:
DataDescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
LiteralDataTypeImpl
A representation of the model object 'Literal Data Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<LiteralDataDomainType1>
Returns the value of the 'Literal Data Domain' containment reference list.Methods inherited from interface DataDescriptionType
getFormat
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLiteralDataDomain
EList<LiteralDataDomainType1> getLiteralDataDomain()Returns the value of the 'Literal Data Domain' containment reference list. The list contents are of typeLiteralDataDomainType1
. Literal Data inputs and outputs may be specified for several domains, e.g. distance units in meters, kilometers and feet. One of these must be the default domain.- Returns:
- the value of the 'Literal Data Domain' containment reference list.
- See Also:
-