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 UOMsTypeWps10Factory. createUOMsType()Returns a new object of class 'UO Ms Type'.UOMsTypeSupportedUOMsType. getSupported()Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type UOMsType Modifier and Type Method Description voidSupportedUOMsType. 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 classUOMsTypeImplAn implementation of the model object 'UO Ms Type'.Fields in net.opengis.wps10.impl declared as UOMsType Modifier and Type Field Description protected UOMsTypeSupportedUOMsTypeImpl. supportedThe cached value of the 'Supported' containment reference.Methods in net.opengis.wps10.impl that return UOMsType Modifier and Type Method Description UOMsTypeWps10FactoryImpl. createUOMsType()UOMsTypeSupportedUOMsTypeImpl. getSupported()Methods in net.opengis.wps10.impl with parameters of type UOMsType Modifier and Type Method Description NotificationChainSupportedUOMsTypeImpl. basicSetSupported(UOMsType newSupported, NotificationChain msgs)voidSupportedUOMsTypeImpl. 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 ObjectWps10Switch. caseUOMsType(UOMsType object)Returns the result of interpreting the object as an instance of 'UO Ms Type'.booleanWps10Validator. 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 booleanSupportedUOMsTypeValidator. validateSupported(UOMsType value)
-