net.sf.maventaglib.checker
Class TagAttribute

java.lang.Object
  extended by 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: 185 $ ($Author: fgiust $)
Author:
Fabrizio Giustina

Constructor Summary
TagAttribute()
           
 
Method Summary
 int compareTo(java.lang.Object object)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 boolean isDeprecated()
           
 boolean isRequired()
           
 boolean isRtexprvalue()
           
 void setDeprecated(boolean deprecated)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String attributeName)
           
 void setRequired(boolean required)
           
 void setRtexprvalue(boolean rtexprvalue)
           
 void setType(java.lang.String attributeType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagAttribute

public TagAttribute()
Method Detail

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-2010 Fabrizio Giustina. All Rights Reserved.