public class DescriptorTag extends Object
Constructor and Description |
---|
DescriptorTag(String tagName,
boolean isMultipleAllowed)
Constructor.
|
public DescriptorTag(String tagName, boolean isMultipleAllowed)
tagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptorpublic boolean equals(Object other)
equals
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String getTagName()
getTagName()
public boolean isMultipleAllowed()
isMultipleAllowed()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2004-2013 Codehaus. All Rights Reserved.