Class Attribute

java.lang.Object
  |
  +--Attribute

public class Attribute
extends java.lang.Object


Constructor Summary
Attribute(int type, java.lang.Object value)
           
 
Method Summary
 int getAttributeType()
          Gets the attribute type
 java.lang.Object getAttributeValue()
          Gets the attribute value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(int type,
                 java.lang.Object value)
Method Detail

getAttributeType

public int getAttributeType()
Gets the attribute type

getAttributeValue

public java.lang.Object getAttributeValue()
Gets the attribute value