Uses of Interface
net.opengis.wps10.DefaultType1
-
Packages that use DefaultType1 Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of DefaultType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return DefaultType1 Modifier and Type Method Description DefaultType1Wps10Factory. createDefaultType1()Returns a new object of class 'Default Type1'.DefaultType1SupportedUOMsType. getDefault()Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type DefaultType1 Modifier and Type Method Description voidSupportedUOMsType. setDefault(DefaultType1 value)Sets the value of the 'Default' containment reference. -
Uses of DefaultType1 in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DefaultType1 Modifier and Type Class Description classDefaultType1ImplAn implementation of the model object 'Default Type1'.Fields in net.opengis.wps10.impl declared as DefaultType1 Modifier and Type Field Description protected DefaultType1SupportedUOMsTypeImpl. default_The cached value of the 'Default' containment reference.Methods in net.opengis.wps10.impl that return DefaultType1 Modifier and Type Method Description DefaultType1Wps10FactoryImpl. createDefaultType1()DefaultType1SupportedUOMsTypeImpl. getDefault()Methods in net.opengis.wps10.impl with parameters of type DefaultType1 Modifier and Type Method Description NotificationChainSupportedUOMsTypeImpl. basicSetDefault(DefaultType1 newDefault, NotificationChain msgs)voidSupportedUOMsTypeImpl. setDefault(DefaultType1 newDefault) -
Uses of DefaultType1 in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DefaultType1 Modifier and Type Method Description ObjectWps10Switch. caseDefaultType1(DefaultType1 object)Returns the result of interpreting the object as an instance of 'Default Type1'.booleanWps10Validator. validateDefaultType1(DefaultType1 defaultType1, DiagnosticChain diagnostics, Map context) -
Uses of DefaultType1 in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DefaultType1 Modifier and Type Method Description booleanSupportedUOMsTypeValidator. validateDefault(DefaultType1 value)
-