Uses of Interface
net.opengis.wps10.DefaultType2
-
Packages that use DefaultType2 Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of DefaultType2 in net.opengis.wps10
Methods in net.opengis.wps10 that return DefaultType2 Modifier and Type Method Description DefaultType2
Wps10Factory. createDefaultType2()
Returns a new object of class 'Default Type2'.DefaultType2
LanguagesType1. getDefault()
Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type DefaultType2 Modifier and Type Method Description void
LanguagesType1. setDefault(DefaultType2 value)
Sets the value of the 'Default
' containment reference. -
Uses of DefaultType2 in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DefaultType2 Modifier and Type Class Description class
DefaultType2Impl
An implementation of the model object 'Default Type2'.Fields in net.opengis.wps10.impl declared as DefaultType2 Modifier and Type Field Description protected DefaultType2
LanguagesType1Impl. default_
The cached value of the 'Default
' containment reference.Methods in net.opengis.wps10.impl that return DefaultType2 Modifier and Type Method Description DefaultType2
Wps10FactoryImpl. createDefaultType2()
DefaultType2
LanguagesType1Impl. getDefault()
Methods in net.opengis.wps10.impl with parameters of type DefaultType2 Modifier and Type Method Description NotificationChain
LanguagesType1Impl. basicSetDefault(DefaultType2 newDefault, NotificationChain msgs)
void
LanguagesType1Impl. setDefault(DefaultType2 newDefault)
-
Uses of DefaultType2 in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DefaultType2 Modifier and Type Method Description Object
Wps10Switch. caseDefaultType2(DefaultType2 object)
Returns the result of interpreting the object as an instance of 'Default Type2'.boolean
Wps10Validator. validateDefaultType2(DefaultType2 defaultType2, DiagnosticChain diagnostics, Map context)
-
Uses of DefaultType2 in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DefaultType2 Modifier and Type Method Description boolean
LanguagesType1Validator. validateDefault(DefaultType2 value)
-