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 SupportedUOMsTypeWps10Factory. createSupportedUOMsType()Returns a new object of class 'Supported UO Ms Type'.SupportedUOMsTypeLiteralOutputType. 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 voidLiteralOutputType. 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 classSupportedUOMsTypeImplAn implementation of the model object 'Supported UO Ms Type'.Fields in net.opengis.wps10.impl declared as SupportedUOMsType Modifier and Type Field Description protected SupportedUOMsTypeLiteralOutputTypeImpl. uOMsThe cached value of the 'UO Ms' containment reference.Methods in net.opengis.wps10.impl that return SupportedUOMsType Modifier and Type Method Description SupportedUOMsTypeWps10FactoryImpl. createSupportedUOMsType()SupportedUOMsTypeLiteralOutputTypeImpl. getUOMs()Methods in net.opengis.wps10.impl with parameters of type SupportedUOMsType Modifier and Type Method Description NotificationChainLiteralOutputTypeImpl. basicSetUOMs(SupportedUOMsType newUOMs, NotificationChain msgs)voidLiteralOutputTypeImpl. 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 ObjectWps10Switch. caseSupportedUOMsType(SupportedUOMsType object)Returns the result of interpreting the object as an instance of 'Supported UO Ms Type'.booleanWps10Validator. 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 booleanLiteralOutputTypeValidator. validateUOMs(SupportedUOMsType value)
-