public enum TeBandwidthTypeEnum extends Enum<TeBandwidthTypeEnum>
| Enum Constant and Description |
|---|
AUTO
Represents aUTO.
|
SPECIFIED
Represents sPECIFIED.
|
| Modifier and Type | Method and Description |
|---|---|
static TeBandwidthTypeEnum |
of(int value)
Returns the object of teBandwidthTypeEnum for.
|
static TeBandwidthTypeEnum |
of(String value)
Returns the object of teBandwidthTypeEnum for.
|
int |
teBandwidthTypeEnum()
Returns the attribute teBandwidthTypeEnum.
|
String |
toString() |
static TeBandwidthTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeBandwidthTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeBandwidthTypeEnum SPECIFIED
public static final TeBandwidthTypeEnum AUTO
public static TeBandwidthTypeEnum[] values()
for (TeBandwidthTypeEnum c : TeBandwidthTypeEnum.values()) System.out.println(c);
public static TeBandwidthTypeEnum 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 TeBandwidthTypeEnum of(int value)
value - value of teBandwidthTypeEnum forpublic static TeBandwidthTypeEnum of(String value)
value - value of teBandwidthTypeEnum forpublic int teBandwidthTypeEnum()
public String toString()
toString in class Enum<TeBandwidthTypeEnum>Copyright © 2018. All rights reserved.