Uses of Class
eu.esu._2010.lokprogrammer.metadata.DescriptionType
-
Packages that use DescriptionType Package Description eu.esu._2010.lokprogrammer.metadata -
-
Uses of DescriptionType in eu.esu._2010.lokprogrammer.metadata
Fields in eu.esu._2010.lokprogrammer.metadata with type parameters of type DescriptionType Modifier and Type Field Description protected List<DescriptionType>MetaType. descriptionMethods in eu.esu._2010.lokprogrammer.metadata that return DescriptionType Modifier and Type Method Description DescriptionTypeObjectFactory. createDescriptionType()Create an instance ofDescriptionTypeDescriptionTypeDescriptionType. withLang(String value)DescriptionTypeDescriptionType. withValue(String value)Methods in eu.esu._2010.lokprogrammer.metadata that return types with arguments of type DescriptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<DescriptionType>ObjectFactory. createDescription(DescriptionType value)List<DescriptionType>MetaType. getDescription()Gets the value of the description property.Methods in eu.esu._2010.lokprogrammer.metadata with parameters of type DescriptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<DescriptionType>ObjectFactory. createDescription(DescriptionType value)MetaTypeMetaType. withDescription(DescriptionType... values)Method parameters in eu.esu._2010.lokprogrammer.metadata with type arguments of type DescriptionType Modifier and Type Method Description MetaTypeMetaType. withDescription(Collection<DescriptionType> values)
-