public static enum CDEvent.EventFlag extends Enum<CDEvent.EventFlag> implements INumberEnum<Integer>
Enum Constant and Description |
---|
HAS_LIBRARIES |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static CDEvent.EventFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDEvent.EventFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDEvent.EventFlag HAS_LIBRARIES
public static CDEvent.EventFlag[] values()
for (CDEvent.EventFlag c : CDEvent.EventFlag.values()) System.out.println(c);
public static CDEvent.EventFlag 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 long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
public Integer getValue()
getValue
in interface INumberEnum<Integer>
Copyright © 2019–2021 HCL. All rights reserved.