Uses of Interface
net.opengis.wps10.UOMsType
-
Packages that use UOMsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of UOMsType in net.opengis.wps10
Methods in net.opengis.wps10 that return UOMsType Modifier and Type Method Description UOMsType
Wps10Factory. createUOMsType()
Returns a new object of class 'UO Ms Type'.UOMsType
SupportedUOMsType. getSupported()
Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type UOMsType Modifier and Type Method Description void
SupportedUOMsType. setSupported(UOMsType value)
Sets the value of the 'Supported
' containment reference. -
Uses of UOMsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement UOMsType Modifier and Type Class Description class
UOMsTypeImpl
An implementation of the model object 'UO Ms Type'.Fields in net.opengis.wps10.impl declared as UOMsType Modifier and Type Field Description protected UOMsType
SupportedUOMsTypeImpl. supported
The cached value of the 'Supported
' containment reference.Methods in net.opengis.wps10.impl that return UOMsType Modifier and Type Method Description UOMsType
Wps10FactoryImpl. createUOMsType()
UOMsType
SupportedUOMsTypeImpl. getSupported()
Methods in net.opengis.wps10.impl with parameters of type UOMsType Modifier and Type Method Description NotificationChain
SupportedUOMsTypeImpl. basicSetSupported(UOMsType newSupported, NotificationChain msgs)
void
SupportedUOMsTypeImpl. setSupported(UOMsType newSupported)
-
Uses of UOMsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type UOMsType Modifier and Type Method Description Object
Wps10Switch. caseUOMsType(UOMsType object)
Returns the result of interpreting the object as an instance of 'UO Ms Type'.boolean
Wps10Validator. validateUOMsType(UOMsType uoMsType, DiagnosticChain diagnostics, Map context)
-
Uses of UOMsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type UOMsType Modifier and Type Method Description boolean
SupportedUOMsTypeValidator. validateSupported(UOMsType value)
-