|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.js.Parameter
A parameter, as used by JavaMethod
,
or JavaConstructor
.
Constructor Summary | |
Parameter(JavaQName pType,
java.lang.String pName)
|
Method Summary | |
java.lang.String |
getName()
|
JavaQName |
getType()
|
boolean |
isNullable()
Returns whether the value is possibly null. |
void |
setNullable(boolean pNullable)
Sets whether the value is possibly null. |
java.lang.String |
toString()
|
void |
write(IndentationEngine pEngine,
IndentationTarget pTarget)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Parameter(JavaQName pType, java.lang.String pName)
Method Detail |
public JavaQName getType()
public java.lang.String getName()
public java.lang.String toString()
public void write(IndentationEngine pEngine, IndentationTarget pTarget) throws java.io.IOException
write
in interface IndentedObject
java.io.IOException
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |