jcama
Class Field

java.lang.Object
  extended by jcama.Field

public final class Field
extends java.lang.Object

Describes an individual field of tuple


Field Summary
protected  int camaType
           
protected  java.lang.Class nativeType
           
protected  java.io.Serializable value
           
 
Constructor Summary
Field(java.io.Serializable value)
          Creates a new CamaField with the given value
 
Method Summary
 java.lang.Class getType()
          returns native (Java) type of teh field
 java.io.Serializable getValue()
          returns value of the field
 Field setValue(java.io.Serializable v)
          changes value of the field
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

camaType

protected int camaType

nativeType

protected java.lang.Class nativeType

value

protected java.io.Serializable value
Constructor Detail

Field

public Field(java.io.Serializable value)
Creates a new CamaField with the given value

Method Detail

getValue

public java.io.Serializable getValue()
returns value of the field


getType

public java.lang.Class getType()
returns native (Java) type of teh field


setValue

public Field setValue(java.io.Serializable v)
changes value of the field


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object