|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IValue
An IValue is a value set by a user for a specific condition instance. Example: conditional expression is "if community = 10"; the value is 10.
| Method Summary | |
|---|---|
int |
GetType()
Gets the type of the value in order to know how to use it. |
java.lang.Object |
GetValue()
Gets the value object stored as a generic object. |
void |
SetType(int nValueType)
Sets the type fo the value object. |
void |
SetValue(java.lang.Object objValue)
Sets the value object to be stored. |
| Method Detail |
|---|
int GetType()
void SetType(int nValueType)
nValueType - - the value type to be storedjava.lang.Object GetValue()
void SetValue(java.lang.Object objValue)
objValue - - the value to be stored
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||