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 DefaultType2Wps10Factory. createDefaultType2()Returns a new object of class 'Default Type2'.DefaultType2LanguagesType1. getDefault()Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type DefaultType2 Modifier and Type Method Description voidLanguagesType1. 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 classDefaultType2ImplAn implementation of the model object 'Default Type2'.Fields in net.opengis.wps10.impl declared as DefaultType2 Modifier and Type Field Description protected DefaultType2LanguagesType1Impl. default_The cached value of the 'Default' containment reference.Methods in net.opengis.wps10.impl that return DefaultType2 Modifier and Type Method Description DefaultType2Wps10FactoryImpl. createDefaultType2()DefaultType2LanguagesType1Impl. getDefault()Methods in net.opengis.wps10.impl with parameters of type DefaultType2 Modifier and Type Method Description NotificationChainLanguagesType1Impl. basicSetDefault(DefaultType2 newDefault, NotificationChain msgs)voidLanguagesType1Impl. 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 ObjectWps10Switch. caseDefaultType2(DefaultType2 object)Returns the result of interpreting the object as an instance of 'Default Type2'.booleanWps10Validator. 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 booleanLanguagesType1Validator. validateDefault(DefaultType2 value)
-