Uses of Interface
net.opengis.wps10.SupportedUOMsType
-
Packages that use SupportedUOMsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of SupportedUOMsType in net.opengis.wps10
Methods in net.opengis.wps10 that return SupportedUOMsType Modifier and Type Method Description SupportedUOMsType
Wps10Factory. createSupportedUOMsType()
Returns a new object of class 'Supported UO Ms Type'.SupportedUOMsType
LiteralOutputType. getUOMs()
Returns the value of the 'UO Ms' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedUOMsType Modifier and Type Method Description void
LiteralOutputType. setUOMs(SupportedUOMsType value)
Sets the value of the 'UO Ms
' containment reference. -
Uses of SupportedUOMsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement SupportedUOMsType Modifier and Type Class Description class
SupportedUOMsTypeImpl
An implementation of the model object 'Supported UO Ms Type'.Fields in net.opengis.wps10.impl declared as SupportedUOMsType Modifier and Type Field Description protected SupportedUOMsType
LiteralOutputTypeImpl. uOMs
The cached value of the 'UO Ms
' containment reference.Methods in net.opengis.wps10.impl that return SupportedUOMsType Modifier and Type Method Description SupportedUOMsType
Wps10FactoryImpl. createSupportedUOMsType()
SupportedUOMsType
LiteralOutputTypeImpl. getUOMs()
Methods in net.opengis.wps10.impl with parameters of type SupportedUOMsType Modifier and Type Method Description NotificationChain
LiteralOutputTypeImpl. basicSetUOMs(SupportedUOMsType newUOMs, NotificationChain msgs)
void
LiteralOutputTypeImpl. setUOMs(SupportedUOMsType newUOMs)
-
Uses of SupportedUOMsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type SupportedUOMsType Modifier and Type Method Description Object
Wps10Switch. caseSupportedUOMsType(SupportedUOMsType object)
Returns the result of interpreting the object as an instance of 'Supported UO Ms Type'.boolean
Wps10Validator. validateSupportedUOMsType(SupportedUOMsType supportedUOMsType, DiagnosticChain diagnostics, Map context)
-
Uses of SupportedUOMsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type SupportedUOMsType Modifier and Type Method Description boolean
LiteralOutputTypeValidator. validateUOMs(SupportedUOMsType value)
-