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