|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.metadata.DescriptionMetaDataContainer
An abstract class for meta data that has descriptions
Constructor Summary | |
DescriptionMetaDataContainer()
|
Method Summary | |
void |
addDescription(DescriptionMetaData dmd)
Add a description |
DescriptionMetaData |
getDescription()
Get the desription for the default language or the first description if there is no default |
DescriptionMetaData |
getDescription(String lang)
Get the description for the give language |
Collection |
getDescriptions()
Get the descriptions |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DescriptionMetaDataContainer()
Method Detail |
public DescriptionMetaData getDescription()
public DescriptionMetaData getDescription(String lang)
lang
- the language
public void addDescription(DescriptionMetaData dmd)
dmd
- the descriptionpublic Collection getDescriptions()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |