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 DefaultType1
Wps10Factory. createDefaultType1()
Returns a new object of class 'Default Type1'.DefaultType1
SupportedUOMsType. getDefault()
Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type DefaultType1 Modifier and Type Method Description void
SupportedUOMsType. 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 class
DefaultType1Impl
An implementation of the model object 'Default Type1'.Fields in net.opengis.wps10.impl declared as DefaultType1 Modifier and Type Field Description protected DefaultType1
SupportedUOMsTypeImpl. default_
The cached value of the 'Default
' containment reference.Methods in net.opengis.wps10.impl that return DefaultType1 Modifier and Type Method Description DefaultType1
Wps10FactoryImpl. createDefaultType1()
DefaultType1
SupportedUOMsTypeImpl. getDefault()
Methods in net.opengis.wps10.impl with parameters of type DefaultType1 Modifier and Type Method Description NotificationChain
SupportedUOMsTypeImpl. basicSetDefault(DefaultType1 newDefault, NotificationChain msgs)
void
SupportedUOMsTypeImpl. 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 Object
Wps10Switch. caseDefaultType1(DefaultType1 object)
Returns the result of interpreting the object as an instance of 'Default Type1'.boolean
Wps10Validator. 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 boolean
SupportedUOMsTypeValidator. validateDefault(DefaultType1 value)
-