|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.model.Variable
The variable class
Constructor Summary | |
Variable()
|
|
Variable(java.lang.String value)
|
Method Summary | |
int |
decreaseAsInt()
OGNL: Decrease this variable as integer |
int |
getIntValue()
OGNL: Get integer value of this variable. |
java.lang.String |
getValue()
OGNL: Get string value of this variable |
int |
increaseAsInt()
OGNL: Increase this variable as integer |
boolean |
isDirty()
|
void |
setDirty(boolean dirty)
|
int |
setIntValue(int intValue)
OGNL: Set value of this variable as string representation of specified integer |
java.lang.String |
setValue(java.lang.String value)
OGNL: Set string value of this variable |
java.lang.String |
toString()
OGNL: Use value as this variable's string representation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Variable()
public Variable(java.lang.String value)
Method Detail |
public int increaseAsInt()
public boolean isDirty()
public void setDirty(boolean dirty)
public int decreaseAsInt()
public java.lang.String getValue()
public java.lang.String setValue(java.lang.String value)
value
-
public int getIntValue()
public int setIntValue(int intValue)
intValue
-
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |