net.sf.maventaglib.checker
Class TagAttribute
java.lang.Object
net.sf.maventaglib.checker.TagAttribute
- All Implemented Interfaces:
- java.lang.Comparable
public class TagAttribute
- extends java.lang.Object
- implements java.lang.Comparable
Javabean representing a tag attribute.
- Version:
- $Revision: 206 $ ($Author: fgiust $)
- Author:
- Fabrizio Giustina
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TagAttribute
public TagAttribute()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String attributeName)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String attributeType)
isDeprecated
public boolean isDeprecated()
setDeprecated
public void setDeprecated(boolean deprecated)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean required)
isRtexprvalue
public boolean isRtexprvalue()
setRtexprvalue
public void setRtexprvalue(boolean rtexprvalue)
compareTo
public int compareTo(java.lang.Object object)
- Specified by:
compareTo
in interface java.lang.Comparable
- See Also:
Comparable.compareTo(Object)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2004-2011 Fabrizio Giustina. All Rights Reserved.