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()
TypedValue
getType
in interface TypedValue
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