Uses of Class
org.deegree.commons.metadata.description.jaxb.KeywordsType

Packages that use KeywordsType
org.deegree.commons.metadata   
org.deegree.commons.metadata.description.jaxb   
org.deegree.layer.persistence.feature.jaxb   
org.deegree.layer.persistence.remotewms.jaxb   
org.deegree.protocol.ows.metadata   
org.deegree.theme.persistence.standard.jaxb   
 

Uses of KeywordsType in org.deegree.commons.metadata
 

Fields in org.deegree.commons.metadata with type parameters of type KeywordsType
static CollectionUtils.Mapper<Pair<List<LanguageString>,CodeType>,KeywordsType> MetadataJAXBConverter.KW_MAPPER
           
 

Uses of KeywordsType in org.deegree.commons.metadata.description.jaxb
 

Methods in org.deegree.commons.metadata.description.jaxb that return KeywordsType
 KeywordsType ObjectFactory.createKeywordsType()
          Create an instance of KeywordsType
 

Methods in org.deegree.commons.metadata.description.jaxb that return types with arguments of type KeywordsType
 JAXBElement<KeywordsType> ObjectFactory.createKeywords(KeywordsType value)
          Create an instance of JAXBElement<KeywordsType>}
 

Methods in org.deegree.commons.metadata.description.jaxb with parameters of type KeywordsType
 JAXBElement<KeywordsType> ObjectFactory.createKeywords(KeywordsType value)
          Create an instance of JAXBElement<KeywordsType>}
 

Uses of KeywordsType in org.deegree.layer.persistence.feature.jaxb
 

Fields in org.deegree.layer.persistence.feature.jaxb with type parameters of type KeywordsType
protected  List<KeywordsType> FeatureLayer.keywords
           
 

Methods in org.deegree.layer.persistence.feature.jaxb that return types with arguments of type KeywordsType
 List<KeywordsType> FeatureLayer.getKeywords()
          Gets the value of the keywords property.
 

Uses of KeywordsType in org.deegree.layer.persistence.remotewms.jaxb
 

Fields in org.deegree.layer.persistence.remotewms.jaxb with type parameters of type KeywordsType
protected  List<KeywordsType> LayerType.Description.keywords
           
 

Methods in org.deegree.layer.persistence.remotewms.jaxb that return types with arguments of type KeywordsType
 List<KeywordsType> LayerType.Description.getKeywords()
          Gets the value of the keywords property.
 

Uses of KeywordsType in org.deegree.protocol.ows.metadata
 

Method parameters in org.deegree.protocol.ows.metadata with type arguments of type KeywordsType
static Description DescriptionConverter.fromJaxb(List<LanguageStringType> titles, List<LanguageStringType> abstracts, List<KeywordsType> keywords)
           
 

Uses of KeywordsType in org.deegree.theme.persistence.standard.jaxb
 

Fields in org.deegree.theme.persistence.standard.jaxb with type parameters of type KeywordsType
protected  List<KeywordsType> ThemeType.keywords
           
 

Methods in org.deegree.theme.persistence.standard.jaxb that return types with arguments of type KeywordsType
 List<KeywordsType> ThemeType.getKeywords()
          Gets the value of the keywords property.
 



Copyright © 2011. All Rights Reserved.