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 LanguagesTypeWps10Factory. createLanguagesType()Returns a new object of class 'Languages Type'.LanguagesTypeLanguagesType1. getSupported()Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type LanguagesType Modifier and Type Method Description voidLanguagesType1. 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 classLanguagesTypeImplAn implementation of the model object 'Languages Type'.Fields in net.opengis.wps10.impl declared as LanguagesType Modifier and Type Field Description protected LanguagesTypeLanguagesType1Impl. supportedThe cached value of the 'Supported' containment reference.Methods in net.opengis.wps10.impl that return LanguagesType Modifier and Type Method Description LanguagesTypeWps10FactoryImpl. createLanguagesType()LanguagesTypeLanguagesType1Impl. getSupported()Methods in net.opengis.wps10.impl with parameters of type LanguagesType Modifier and Type Method Description NotificationChainLanguagesType1Impl. basicSetSupported(LanguagesType newSupported, NotificationChain msgs)voidLanguagesType1Impl. 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 ObjectWps10Switch. caseLanguagesType(LanguagesType object)Returns the result of interpreting the object as an instance of 'Languages Type'.booleanWps10Validator. 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 booleanLanguagesType1Validator. validateSupported(LanguagesType value)
-