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