public class MessageShape
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageShape.Category |
| Modifier and Type | Field and Description |
|---|---|
Behavior |
behavior |
MessageShape.Category |
category |
java.lang.String |
encoded |
java.lang.String |
kindAnnotation |
Procedure |
procedure |
java.lang.String |
realReturn |
Type |
returnType |
| Constructor and Description |
|---|
MessageShape(Procedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fullLocation() |
java.lang.String |
getPackage() |
public final Procedure procedure
public final Type returnType
public final MessageShape.Category category
public final Behavior behavior
public final java.lang.String encoded
public final java.lang.String realReturn
public final java.lang.String kindAnnotation
public MessageShape(Procedure procedure)