public enum SubscriptionEndCodeType extends 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) |
static SubscriptionEndCodeType |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean equals(org.ws4d.java.types.URI reason)
public static SubscriptionEndCodeType fromUri(org.ws4d.java.types.URI reason)
Copyright © 2018. All rights reserved.