|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.cargo.module.DescriptorTag
Represents the various top-level tags in a deployment descriptor as a typesafe enumeration.
| Constructor Summary | |
DescriptorTag(java.lang.String tagName,
boolean isMultipleAllowed)
Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getTagName()
{@inheritDoc} |
int |
hashCode()
|
boolean |
isMultipleAllowed()
{@inheritDoc} |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DescriptorTag(java.lang.String tagName,
boolean isMultipleAllowed)
tagName - The tag name of the elementisMultipleAllowed - Whether the element may occur multiple times in the descriptor| Method Detail |
public boolean equals(java.lang.Object other)
Object.toString()public int hashCode()
Object.hashCode()public java.lang.String getTagName()
getTagName()public boolean isMultipleAllowed()
isMultipleAllowed()public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||