|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.pvm.internal.wire.descriptor.ArgDescriptor
public class ArgDescriptor
This class specifies an argument to be supplied to a method.
ObjectDescriptor,
InvokeOperation,
SubscribeOperation,
Serialized Form| Field Summary | |
|---|---|
protected long |
dbid
|
protected int |
dbversion
|
protected Descriptor |
descriptor
|
protected String |
typeName
|
| Constructor Summary | |
|---|---|
ArgDescriptor()
|
|
| Method Summary | |
|---|---|
Descriptor |
getDescriptor()
Gets the Descriptor used to construct the value given to the argument. |
String |
getTypeName()
Gets the name of the type of this argument if it is defined. |
void |
setDescriptor(Descriptor descriptor)
Sets the Descriptor used to construct the value given to the argument. |
void |
setTypeName(String typeName)
Sets the name of the type of this argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long dbid
protected int dbversion
protected String typeName
protected Descriptor descriptor
| Constructor Detail |
|---|
public ArgDescriptor()
| Method Detail |
|---|
public Descriptor getDescriptor()
public void setDescriptor(Descriptor descriptor)
descriptor - public String getTypeName()
public void setTypeName(String typeName)
typeName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||