|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.ws.jaxme.js.Parameter
public class 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()
Returns the objects type. |
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()
TypedValue
getType
in interface TypedValue
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
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 |