public static enum Alcatel5620SamCollectorConstants.n5gInterfceType extends java.lang.Enum<Alcatel5620SamCollectorConstants.n5gInterfceType>
| Enum Constant and Description |
|---|
N1 |
N10 |
N11 |
N12 |
N13 |
N14 |
N15 |
N2 |
N22 |
N26 |
N29 |
N3 |
N30 |
N33 |
N4 |
N5 |
N51 |
N6 |
N7 |
N8 |
N9 |
OAM |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static Alcatel5620SamCollectorConstants.n5gInterfceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Alcatel5620SamCollectorConstants.n5gInterfceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alcatel5620SamCollectorConstants.n5gInterfceType OAM
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N1
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N2
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N3
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N4
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N5
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N6
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N7
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N8
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N9
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N10
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N11
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N12
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N13
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N14
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N15
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N22
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N29
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N30
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N33
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N51
public static final Alcatel5620SamCollectorConstants.n5gInterfceType N26
public static Alcatel5620SamCollectorConstants.n5gInterfceType[] values()
for (Alcatel5620SamCollectorConstants.n5gInterfceType c : Alcatel5620SamCollectorConstants.n5gInterfceType.values()) System.out.println(c);
public static Alcatel5620SamCollectorConstants.n5gInterfceType 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 nullpublic java.lang.String getValue()