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