|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.module.DescriptorTag
public class 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()
|
int |
hashCode()
|
boolean |
isMultipleAllowed()
|
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 descriptorMethod Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String getTagName()
getTagName()
public boolean isMultipleAllowed()
isMultipleAllowed()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |