com.cinnabarsystems.clm
Class IntegerAttribute

java.lang.Object
  extended by com.cinnabarsystems.clm.Attribute
      extended by com.cinnabarsystems.clm.IntegerAttribute

public class IntegerAttribute
extends Attribute

Subclass of Attribute used to represent an attribute whose value is an Integer.


Method Summary
 Object getValue()
          Get the value of this attribute.
 
Methods inherited from class com.cinnabarsystems.clm.Attribute
getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public Object getValue()
Get the value of this attribute.

Specified by:
getValue in class Attribute
Returns:
an Integer holding the value of this attribute