net.sf.daileon.notsupported
Class FieldInformation

java.lang.Object
  extended by net.sf.daileon.notsupported.ElementRoot
      extended by net.sf.daileon.notsupported.ElementBase
          extended by net.sf.daileon.notsupported.FieldInformation

 class FieldInformation
extends ElementBase

The FieldInformation class represents specifically the information of a particular field.

Version:
1.0 01/01/2010
Author:
Roberto Perillo

Field Summary
private  Object value
          The default value of the field
 
Constructor Summary
FieldInformation()
          Class constructor.
 
Method Summary
(package private)  Object getValue()
          Gets the default value of the field.
(package private)  void setValue(Object value)
          Sets the default value of the field.
 
Methods inherited from class net.sf.daileon.notsupported.ElementBase
equals, getAccess, getDesc, getName, hashCode, setAccess, setDesc, setName, toString
 
Methods inherited from class net.sf.daileon.notsupported.ElementRoot
getAttribute, getClassName, setAttribute, setClassName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

private Object value
The default value of the field

Constructor Detail

FieldInformation

FieldInformation()
Class constructor.

Method Detail

getValue

Object getValue()
Gets the default value of the field.

Returns:
The default value of the field.

setValue

void setValue(Object value)
Sets the default value of the field.

Parameters:
value - The default value of the field.