Uses of Interface
net.opengis.ows20.LanguageStringType
- 
Packages that use LanguageStringType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of LanguageStringType in net.opengis.ows20Methods in net.opengis.ows20 that return LanguageStringType Modifier and Type Method Description LanguageStringTypeOws20Factory. 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.ows20 that return types with arguments of type LanguageStringType Modifier and Type Method Description EList<LanguageStringType>DescriptionType. getAbstract()Returns the value of the 'Abstract' containment reference list.EList<LanguageStringType>ReferenceType. getAbstract()Returns the value of the 'Abstract' containment reference list.EList<LanguageStringType>KeywordsType. getKeyword()Returns the value of the 'Keyword' containment reference list.EList<LanguageStringType>DescriptionType. getTitle()Returns the value of the 'Title' containment reference list.Methods in net.opengis.ows20 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.ows20.implClasses in net.opengis.ows20.impl that implement LanguageStringType Modifier and Type Class Description classLanguageStringTypeImplAn implementation of the model object 'Language String Type'.Fields in net.opengis.ows20.impl with type parameters of type LanguageStringType Modifier and Type Field Description protected EList<LanguageStringType>DescriptionTypeImpl. abstract_The cached value of the 'Abstract' containment reference list.protected EList<LanguageStringType>ReferenceTypeImpl. abstract_The cached value of the 'Abstract' containment reference list.protected EList<LanguageStringType>KeywordsTypeImpl. keywordThe cached value of the 'Keyword' containment reference list.protected EList<LanguageStringType>DescriptionTypeImpl. titleThe cached value of the 'Title' containment reference list.Methods in net.opengis.ows20.impl that return LanguageStringType Modifier and Type Method Description LanguageStringTypeOws20FactoryImpl. createLanguageStringType()LanguageStringTypeDocumentRootImpl. getAbstract()LanguageStringTypeDocumentRootImpl. getTitle()Methods in net.opengis.ows20.impl that return types with arguments of type LanguageStringType Modifier and Type Method Description EList<LanguageStringType>DescriptionTypeImpl. getAbstract()EList<LanguageStringType>ReferenceTypeImpl. getAbstract()EList<LanguageStringType>KeywordsTypeImpl. getKeyword()EList<LanguageStringType>DescriptionTypeImpl. getTitle()Methods in net.opengis.ows20.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.ows20.utilMethods in net.opengis.ows20.util with parameters of type LanguageStringType Modifier and Type Method Description TOws20Switch. caseLanguageStringType(LanguageStringType object)Returns the result of interpreting the object as an instance of 'Language String Type'.booleanOws20Validator. validateLanguageStringType(LanguageStringType languageStringType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of LanguageStringType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type LanguageStringType Modifier and Type Method Description booleanDocumentRootValidator. validateAbstract(LanguageStringType value)booleanDocumentRootValidator. validateTitle(LanguageStringType value)Method parameters in net.opengis.ows20.validation with type arguments of type LanguageStringType Modifier and Type Method Description booleanDescriptionTypeValidator. validateAbstract(EList<LanguageStringType> value)booleanReferenceTypeValidator. validateAbstract(EList<LanguageStringType> value)booleanKeywordsTypeValidator. validateKeyword(EList<LanguageStringType> value)booleanDescriptionTypeValidator. validateTitle(EList<LanguageStringType> value)
 
-