net.sf.daileon.notsupported
Class FieldInformation
java.lang.Object
net.sf.daileon.notsupported.ElementRoot
net.sf.daileon.notsupported.ElementBase
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 |
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. |
value
private Object value
- The default value of the field
FieldInformation
FieldInformation()
- Class constructor.
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.