java.io.Serializable, java.lang.Comparable<WsrmConstants.FaultGeneratedBy>public static enum WsrmConstants.FaultGeneratedBy extends java.lang.Enum<WsrmConstants.FaultGeneratedBy>
| Enum Constant | Description | 
|---|---|
| DESTINATION | Deprecated. | 
| SOURCE | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static WsrmConstants.FaultGeneratedBy | valueOf(java.lang.String name) | Deprecated. Returns the enum constant of this type with the specified name. | 
| static WsrmConstants.FaultGeneratedBy[] | values() | Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final WsrmConstants.FaultGeneratedBy SOURCE
public static final WsrmConstants.FaultGeneratedBy DESTINATION
public static WsrmConstants.FaultGeneratedBy[] values()
for (WsrmConstants.FaultGeneratedBy c : WsrmConstants.FaultGeneratedBy.values()) System.out.println(c);
public static WsrmConstants.FaultGeneratedBy 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 null