Uses of Interface
net.opengis.ows11.LanguageStringType
-
Packages that use LanguageStringType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.validation -
-
Uses of LanguageStringType in net.opengis.ows11
Methods in net.opengis.ows11 that return LanguageStringType Modifier and Type Method Description LanguageStringTypeOws11Factory. createLanguageStringType()Returns a new object of class 'Language String Type'.LanguageStringTypeDocumentRoot. getAbstract()Returns the value of the 'Abstract' containment reference.LanguageStringTypeDocumentRoot. getTitle()Returns the value of the 'Title' containment reference.Methods in net.opengis.ows11 with parameters of type LanguageStringType Modifier and Type Method Description voidDocumentRoot. setAbstract(LanguageStringType value)Sets the value of the 'Abstract' containment reference.voidDocumentRoot. setTitle(LanguageStringType value)Sets the value of the 'Title' containment reference. -
Uses of LanguageStringType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement LanguageStringType Modifier and Type Class Description classLanguageStringTypeImplAn implementation of the model object 'Language String Type'.Methods in net.opengis.ows11.impl that return LanguageStringType Modifier and Type Method Description LanguageStringTypeOws11FactoryImpl. createLanguageStringType()LanguageStringTypeDocumentRootImpl. getAbstract()LanguageStringTypeDocumentRootImpl. getTitle()Methods in net.opengis.ows11.impl with parameters of type LanguageStringType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTitle(LanguageStringType newTitle, NotificationChain msgs)voidDocumentRootImpl. setAbstract(LanguageStringType newAbstract)voidDocumentRootImpl. setTitle(LanguageStringType newTitle) -
Uses of LanguageStringType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type LanguageStringType Modifier and Type Method Description ObjectOws11Switch. caseLanguageStringType(LanguageStringType object)Returns the result of interpreting the object as an instance of 'Language String Type'.booleanOws11Validator. validateLanguageStringType(LanguageStringType languageStringType, DiagnosticChain diagnostics, Map context) -
Uses of LanguageStringType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type LanguageStringType Modifier and Type Method Description booleanDocumentRootValidator. validateAbstract(LanguageStringType value)booleanDocumentRootValidator. validateTitle(LanguageStringType value) -
Uses of LanguageStringType in net.opengis.wps10
Methods in net.opengis.wps10 that return LanguageStringType Modifier and Type Method Description LanguageStringTypeDescriptionType. getAbstract()Returns the value of the 'Abstract' containment reference.LanguageStringTypeDocumentOutputDefinitionType. getAbstract()Returns the value of the 'Abstract' containment reference.LanguageStringTypeInputType. getAbstract()Returns the value of the 'Abstract' containment reference.LanguageStringTypeDescriptionType. getTitle()Returns the value of the 'Title' containment reference.LanguageStringTypeDocumentOutputDefinitionType. getTitle()Returns the value of the 'Title' containment reference.LanguageStringTypeInputType. getTitle()Returns the value of the 'Title' containment reference.Methods in net.opengis.wps10 with parameters of type LanguageStringType Modifier and Type Method Description voidDescriptionType. setAbstract(LanguageStringType value)Sets the value of the 'Abstract' containment reference.voidDocumentOutputDefinitionType. setAbstract(LanguageStringType value)Sets the value of the 'Abstract' containment reference.voidInputType. setAbstract(LanguageStringType value)Sets the value of the 'Abstract' containment reference.voidDescriptionType. setTitle(LanguageStringType value)Sets the value of the 'Title' containment reference.voidDocumentOutputDefinitionType. setTitle(LanguageStringType value)Sets the value of the 'Title' containment reference.voidInputType. setTitle(LanguageStringType value)Sets the value of the 'Title' containment reference. -
Uses of LanguageStringType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as LanguageStringType Modifier and Type Field Description protected LanguageStringTypeDescriptionTypeImpl. abstract_The cached value of the 'Abstract' containment reference.protected LanguageStringTypeDocumentOutputDefinitionTypeImpl. abstract_The cached value of the 'Abstract' containment reference.protected LanguageStringTypeInputTypeImpl. abstract_The cached value of the 'Abstract' containment reference.protected LanguageStringTypeDescriptionTypeImpl. titleThe cached value of the 'Title' containment reference.protected LanguageStringTypeDocumentOutputDefinitionTypeImpl. titleThe cached value of the 'Title' containment reference.protected LanguageStringTypeInputTypeImpl. titleThe cached value of the 'Title' containment reference.Methods in net.opengis.wps10.impl that return LanguageStringType Modifier and Type Method Description LanguageStringTypeDescriptionTypeImpl. getAbstract()LanguageStringTypeDocumentOutputDefinitionTypeImpl. getAbstract()LanguageStringTypeInputTypeImpl. getAbstract()LanguageStringTypeDescriptionTypeImpl. getTitle()LanguageStringTypeDocumentOutputDefinitionTypeImpl. getTitle()LanguageStringTypeInputTypeImpl. getTitle()Methods in net.opengis.wps10.impl with parameters of type LanguageStringType Modifier and Type Method Description NotificationChainDescriptionTypeImpl. basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs)NotificationChainDocumentOutputDefinitionTypeImpl. basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs)NotificationChainInputTypeImpl. basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs)NotificationChainDescriptionTypeImpl. basicSetTitle(LanguageStringType newTitle, NotificationChain msgs)NotificationChainDocumentOutputDefinitionTypeImpl. basicSetTitle(LanguageStringType newTitle, NotificationChain msgs)NotificationChainInputTypeImpl. basicSetTitle(LanguageStringType newTitle, NotificationChain msgs)voidDescriptionTypeImpl. setAbstract(LanguageStringType newAbstract)voidDocumentOutputDefinitionTypeImpl. setAbstract(LanguageStringType newAbstract)voidInputTypeImpl. setAbstract(LanguageStringType newAbstract)voidDescriptionTypeImpl. setTitle(LanguageStringType newTitle)voidDocumentOutputDefinitionTypeImpl. setTitle(LanguageStringType newTitle)voidInputTypeImpl. setTitle(LanguageStringType newTitle) -
Uses of LanguageStringType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LanguageStringType Modifier and Type Method Description booleanDescriptionTypeValidator. validateAbstract(LanguageStringType value)booleanDocumentOutputDefinitionTypeValidator. validateAbstract(LanguageStringType value)booleanInputTypeValidator. validateAbstract(LanguageStringType value)booleanDescriptionTypeValidator. validateTitle(LanguageStringType value)booleanDocumentOutputDefinitionTypeValidator. validateTitle(LanguageStringType value)booleanInputTypeValidator. validateTitle(LanguageStringType value)
-