public class ConditionalIndentationJavaSourceObject.LoopVariable extends java.lang.Object implements DirectAccessible, IndentedObject
| Constructor and Description |
|---|
ConditionalIndentationJavaSourceObject.LoopVariable(java.lang.Object pValue,
JavaQName pType) |
| Modifier and Type | Method and Description |
|---|---|
JavaQName |
getType()
Returns the objects type.
|
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) |
public ConditionalIndentationJavaSourceObject.LoopVariable(java.lang.Object pValue,
JavaQName pType)
public JavaQName getType()
TypedValuegetType in interface TypedValuepublic boolean isNullable()
DirectAccessibleReturns whether the value is possibly null.
isNullable in interface DirectAccessiblepublic void setNullable(boolean pNullable)
DirectAccessibleSets whether the value is possibly null.
setNullable in interface DirectAccessiblepublic java.lang.Object getValue()
public void write(IndentationEngine pEngine, IndentationTarget pTarget) throws java.io.IOException
write in interface IndentedObjectjava.io.IOException