|
JBoss Metadata Common 7.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.spec.DescriptionGroupMetaData
public class DescriptionGroupMetaData
DescriptionGroupMetaData.
Constructor Summary | |
---|---|
DescriptionGroupMetaData()
Create a new DescriptionGroupMetaData. |
Method Summary | |
---|---|
String |
getDescription()
|
String |
getDescription(String lang)
|
Descriptions |
getDescriptions()
Get the descriptions. |
String |
getDisplayName()
|
String |
getDisplayName(String lang)
|
DisplayNames |
getDisplayNames()
Get the displayNames. |
Icons |
getIcons()
Get the icons. |
void |
setDescriptions(Descriptions descriptions)
Set the descriptions. |
void |
setDisplayNames(DisplayNames displayNames)
Set the displayNames. |
void |
setIcons(Icons icons)
Set the icons. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescriptionGroupMetaData()
Method Detail |
---|
public Descriptions getDescriptions()
public void setDescriptions(Descriptions descriptions)
descriptions
- the descriptions.
IllegalArgumentException
- for a null descriptionspublic String getDescription()
public String getDescription(String lang)
public DisplayNames getDisplayNames()
public void setDisplayNames(DisplayNames displayNames)
displayNames
- the displayNames.
IllegalArgumentException
- for a null displayNamespublic String getDisplayName()
public String getDisplayName(String lang)
public Icons getIcons()
public void setIcons(Icons icons)
icons
- the icons.
IllegalArgumentException
- for a null icons
|
JBoss Metadata Common 7.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |