public final class Released extends java.lang.Object implements DeliveryState, Outcome
DeliveryState.DeliveryStateType
Modifier and Type | Field and Description |
---|---|
static Symbol |
DESCRIPTOR_SYMBOL |
Constructor and Description |
---|
Released() |
Modifier and Type | Method and Description |
---|---|
static Released |
getInstance() |
DeliveryState.DeliveryStateType |
getType() |
java.lang.String |
toString() |
public static final Symbol DESCRIPTOR_SYMBOL
public java.lang.String toString()
toString
in class java.lang.Object
public static Released getInstance()
public DeliveryState.DeliveryStateType getType()
getType
in interface DeliveryState
DeliveryState.DeliveryStateType
that this instance represents.