|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.js.ConditionalIndentationJavaSourceObject.LoopVariable
Constructor Summary | |
ConditionalIndentationJavaSourceObject.LoopVariable(java.lang.Object pValue)
|
Method Summary | |
java.lang.Object |
getValue()
|
boolean |
isNullable()
Returns whether the value is possibly null. |
void |
setNullable(boolean pNullable)
Sets whether the value is possibly null. |
void |
write(IndentationEngine pEngine,
IndentationTarget pTarget)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConditionalIndentationJavaSourceObject.LoopVariable(java.lang.Object pValue)
Method Detail |
public boolean isNullable()
DirectAccessible
Returns whether the value is possibly null.
isNullable
in interface DirectAccessible
public void setNullable(boolean pNullable)
DirectAccessible
Sets whether the value is possibly null.
setNullable
in interface DirectAccessible
public java.lang.Object getValue()
public void write(IndentationEngine pEngine, IndentationTarget pTarget) throws java.io.IOException
write
in interface IndentedObject
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |