public enum CrossLinkCapability extends Enum<CrossLinkCapability>
| Enum Constant and Description |
|---|
SUPPORTED
1 - the transponder supports the cross-link capability.
|
UNSUPPORTED
0 - the transponder cannot support the cross-link capability
|
| Modifier and Type | Method and Description |
|---|---|
static CrossLinkCapability |
from(int coding) |
static CrossLinkCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossLinkCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrossLinkCapability UNSUPPORTED
public static final CrossLinkCapability SUPPORTED
public static CrossLinkCapability[] values()
for (CrossLinkCapability c : CrossLinkCapability.values()) System.out.println(c);
public static CrossLinkCapability 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 CrossLinkCapability from(int coding)
Copyright © 2020. All rights reserved.