com.cinnabarsystems.clm
Class StringAttribute

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

public class StringAttribute
extends Attribute

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


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:
a String holding the value of this attribute