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