org.apache.ws.jaxme.js
Class ConditionalIndentationJavaSourceObject.LoopVariable

java.lang.Object
  extended by org.apache.ws.jaxme.js.ConditionalIndentationJavaSourceObject.LoopVariable
All Implemented Interfaces:
DirectAccessible, IndentedObject, TypedValue
Enclosing class:
ConditionalIndentationJavaSourceObject

public class ConditionalIndentationJavaSourceObject.LoopVariable
extends java.lang.Object
implements DirectAccessible, IndentedObject


Constructor Summary
ConditionalIndentationJavaSourceObject.LoopVariable(java.lang.Object pValue, JavaQName pType)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionalIndentationJavaSourceObject.LoopVariable

public ConditionalIndentationJavaSourceObject.LoopVariable(java.lang.Object pValue,
                                                           JavaQName pType)
Method Detail

getType

public JavaQName getType()
Description copied from interface: TypedValue
Returns the objects type.

Specified by:
getType in interface TypedValue

isNullable

public boolean isNullable()
Description copied from interface: DirectAccessible

Returns whether the value is possibly null.

Specified by:
isNullable in interface DirectAccessible

setNullable

public void setNullable(boolean pNullable)
Description copied from interface: DirectAccessible

Sets whether the value is possibly null.

Specified by:
setNullable in interface DirectAccessible

getValue

public java.lang.Object getValue()

write

public void write(IndentationEngine pEngine,
                  IndentationTarget pTarget)
           throws java.io.IOException
Specified by:
write in interface IndentedObject
Throws:
java.io.IOException