|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.core.objects.DCValue
Value definition for a Data Crow object
Constructor Summary | |
DCValue()
|
Method Summary | |
java.lang.String |
getDisplayString(int fieldType)
|
java.lang.Object |
getValue()
Returns the object value represented by the DCValue |
java.lang.String |
getValueAsString()
Returns the value represented by the DCValue as a string |
boolean |
isChanged()
Indicates whether the value has been changed |
void |
setChanged(boolean b)
Mark a value as beign changed |
void |
setValue(java.lang.Object o,
DCFieldDefinition field)
Applies a value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DCValue()
Method Detail |
public boolean isChanged()
public void setChanged(boolean b)
public void setValue(java.lang.Object o, DCFieldDefinition field)
o
- the value to be appliedfield
- the field definition to which this value belongspublic java.lang.Object getValue()
public java.lang.String getValueAsString()
public java.lang.String getDisplayString(int fieldType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |