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