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