Uses of Interface
net.opengis.wps10.LanguagesType
-
Packages that use LanguagesType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of LanguagesType in net.opengis.wps10
Methods in net.opengis.wps10 that return LanguagesType Modifier and Type Method Description LanguagesType
Wps10Factory. createLanguagesType()
Returns a new object of class 'Languages Type'.LanguagesType
LanguagesType1. getSupported()
Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type LanguagesType Modifier and Type Method Description void
LanguagesType1. setSupported(LanguagesType value)
Sets the value of the 'Supported
' containment reference. -
Uses of LanguagesType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LanguagesType Modifier and Type Class Description class
LanguagesTypeImpl
An implementation of the model object 'Languages Type'.Fields in net.opengis.wps10.impl declared as LanguagesType Modifier and Type Field Description protected LanguagesType
LanguagesType1Impl. supported
The cached value of the 'Supported
' containment reference.Methods in net.opengis.wps10.impl that return LanguagesType Modifier and Type Method Description LanguagesType
Wps10FactoryImpl. createLanguagesType()
LanguagesType
LanguagesType1Impl. getSupported()
Methods in net.opengis.wps10.impl with parameters of type LanguagesType Modifier and Type Method Description NotificationChain
LanguagesType1Impl. basicSetSupported(LanguagesType newSupported, NotificationChain msgs)
void
LanguagesType1Impl. setSupported(LanguagesType newSupported)
-
Uses of LanguagesType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LanguagesType Modifier and Type Method Description Object
Wps10Switch. caseLanguagesType(LanguagesType object)
Returns the result of interpreting the object as an instance of 'Languages Type'.boolean
Wps10Validator. validateLanguagesType(LanguagesType languagesType, DiagnosticChain diagnostics, Map context)
-
Uses of LanguagesType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LanguagesType Modifier and Type Method Description boolean
LanguagesType1Validator. validateSupported(LanguagesType value)
-