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