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