public enum SubscriptionEndCodeType extends java.lang.Enum<SubscriptionEndCodeType>
| Enum Constant and Description |
|---|
DeliveryFailure |
SourceCancelling |
SourceShuttingDown |
Timeout |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(org.ws4d.java.types.URI reason) |
static SubscriptionEndCodeType |
fromUri(org.ws4d.java.types.URI reason) |
java.lang.String |
toString() |
static SubscriptionEndCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionEndCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubscriptionEndCodeType DeliveryFailure
public static final SubscriptionEndCodeType SourceShuttingDown
public static final SubscriptionEndCodeType SourceCancelling
public static final SubscriptionEndCodeType Timeout
public static SubscriptionEndCodeType[] values()
for (SubscriptionEndCodeType c : SubscriptionEndCodeType.values()) System.out.println(c);
public static SubscriptionEndCodeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static SubscriptionEndCodeType fromUri(org.ws4d.java.types.URI reason)
public boolean equals(org.ws4d.java.types.URI reason)
public java.lang.String toString()
toString in class java.lang.Enum<SubscriptionEndCodeType>