|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.wire.descriptor.ArgDescriptor
public class ArgDescriptor
This class specifies an argument to be supplied to a method.
ObjectDescriptor
,
InvokeOperation
,
SubscribeOperation
,
Serialized FormConstructor Summary | |
---|---|
ArgDescriptor()
|
Method Summary | |
---|---|
Descriptor |
getDescriptor()
Gets the Descriptor used to construct the value given to the argument. |
java.lang.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(java.lang.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 |
Constructor Detail |
---|
public ArgDescriptor()
Method Detail |
---|
public Descriptor getDescriptor()
public void setDescriptor(Descriptor descriptor)
descriptor
- public java.lang.String getTypeName()
public void setTypeName(java.lang.String typeName)
typeName
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |