public static enum T73.T73Location extends Enum<T73.T73Location>
Modifier and Type | Method and Description |
---|---|
static T73.T73Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static T73.T73Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final T73.T73Location T73IN
public static final T73.T73Location T73OUT
public static final T73.T73Location T73SHARE
public static final T73.T73Location T73TOP
public static T73.T73Location[] values()
for (T73.T73Location c : T73.T73Location.values()) System.out.println(c);
public static T73.T73Location 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025