public enum RECORD_FLAG extends Enum<RECORD_FLAG>
Modifier and Type | Method and Description |
---|---|
int |
getFlag() |
static RECORD_FLAG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RECORD_FLAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RECORD_FLAG ACTIVE
public static final RECORD_FLAG DELETED
public static final RECORD_FLAG EMPTY
public static final RECORD_FLAG UPDATED
public static RECORD_FLAG[] values()
for (RECORD_FLAG c : RECORD_FLAG.values()) System.out.println(c);
public static RECORD_FLAG 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 int getFlag()
Copyright © 2015. All rights reserved.