Uses of Interface
net.opengis.wps10.DefaultType2
Packages that use DefaultType2
Package
Description
-
Uses of DefaultType2 in net.opengis.wps10
Methods in net.opengis.wps10 that return DefaultType2Modifier and TypeMethodDescriptionWps10Factory.createDefaultType2()
Returns a new object of class 'Default Type2'.LanguagesType1.getDefault()
Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type DefaultType2Modifier and TypeMethodDescriptionvoid
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 DefaultType2Modifier and TypeClassDescriptionclass
An implementation of the model object 'Default Type2'.Fields in net.opengis.wps10.impl declared as DefaultType2Modifier and TypeFieldDescriptionprotected DefaultType2
LanguagesType1Impl.default_
The cached value of the 'Default
' containment reference.Methods in net.opengis.wps10.impl that return DefaultType2Modifier and TypeMethodDescriptionWps10FactoryImpl.createDefaultType2()
LanguagesType1Impl.getDefault()
Methods in net.opengis.wps10.impl with parameters of type DefaultType2Modifier and TypeMethodDescriptionNotificationChain
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 DefaultType2Modifier and TypeMethodDescriptionWps10Switch.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 DefaultType2Modifier and TypeMethodDescriptionboolean
LanguagesType1Validator.validateDefault
(DefaultType2 value)