public static enum DcAsyncChannel.LinkPropertyChangeAction extends Enum<DcAsyncChannel.LinkPropertyChangeAction>
Modifier and Type | Method and Description |
---|---|
static DcAsyncChannel.LinkPropertyChangeAction |
fromInt(int value) |
static DcAsyncChannel.LinkPropertyChangeAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DcAsyncChannel.LinkPropertyChangeAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DcAsyncChannel.LinkPropertyChangeAction NONE
public static final DcAsyncChannel.LinkPropertyChangeAction CHANGED
public static final DcAsyncChannel.LinkPropertyChangeAction RESET
public static DcAsyncChannel.LinkPropertyChangeAction[] values()
for (DcAsyncChannel.LinkPropertyChangeAction c : DcAsyncChannel.LinkPropertyChangeAction.values()) System.out.println(c);
public static DcAsyncChannel.LinkPropertyChangeAction 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 DcAsyncChannel.LinkPropertyChangeAction fromInt(int value)