public static enum RSocketContext.Side extends Enum<RSocketContext.Side>
| Modifier and Type | Method and Description |
|---|---|
static RSocketContext.Side |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RSocketContext.Side[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RSocketContext.Side REQUESTER
public static final RSocketContext.Side RESPONDER
public static RSocketContext.Side[] values()
for (RSocketContext.Side c : RSocketContext.Side.values()) System.out.println(c);
public static RSocketContext.Side 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 null