public final class Accepted extends java.lang.Object implements DeliveryState, Outcome
DeliveryState.DeliveryStateType
Modifier and Type | Field and Description |
---|---|
static Symbol |
DESCRIPTOR_SYMBOL |
Constructor and Description |
---|
Accepted()
TODO should this (and other DeliveryStates) have a private constructor??
|
Modifier and Type | Method and Description |
---|---|
static Accepted |
getInstance() |
DeliveryState.DeliveryStateType |
getType() |
java.lang.String |
toString() |
public static final Symbol DESCRIPTOR_SYMBOL
public Accepted()
public java.lang.String toString()
toString
in class java.lang.Object
public static Accepted getInstance()
public DeliveryState.DeliveryStateType getType()
getType
in interface DeliveryState
DeliveryState.DeliveryStateType
that this instance represents.