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 ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public String getTagName()
getTagName()public boolean isMultipleAllowed()
isMultipleAllowed()public String toString()
toString in class ObjectObject.toString()Copyright © 2004-2013 Codehaus. All Rights Reserved.