public enum SignallingTypeEnum extends Enum<SignallingTypeEnum>
| Enum Constant and Description |
|---|
BGP
Represents bgp.
|
LDP
Represents ldp.
|
| Modifier and Type | Method and Description |
|---|---|
static SignallingTypeEnum |
of(int value)
Returns the object of signallingTypeEnum for.
|
static SignallingTypeEnum |
of(String value)
Returns the object of signallingTypeEnum for.
|
int |
signallingTypeEnum()
Returns the attribute signallingTypeEnum.
|
String |
toString() |
static SignallingTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignallingTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignallingTypeEnum LDP
public static final SignallingTypeEnum BGP
public static SignallingTypeEnum[] values()
for (SignallingTypeEnum c : SignallingTypeEnum.values()) System.out.println(c);
public static SignallingTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static SignallingTypeEnum of(int value)
value - value of signallingTypeEnum forpublic static SignallingTypeEnum of(String value)
value - value of signallingTypeEnum forpublic int signallingTypeEnum()
public String toString()
toString in class Enum<SignallingTypeEnum>Copyright © 2017. All rights reserved.