public enum EnumGraphState extends Enum<EnumGraphState>
Enum Constant and Description |
---|
DELETED |
DELETING |
DIRTY |
FINISHED |
IMPORTING |
NEWGRAPHSPREPARED |
OLDGRAPHSPREFIXED |
PROCESSED |
PROCESSING |
PROPAGATED |
QUEUED |
QUEUED_FOR_DELETE |
QUEUED_URGENT |
WRONG |
Modifier and Type | Method and Description |
---|---|
static EnumGraphState |
fromId(int id) |
int |
toId() |
static EnumGraphState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumGraphState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumGraphState IMPORTING
public static final EnumGraphState DIRTY
public static final EnumGraphState PROPAGATED
public static final EnumGraphState DELETING
public static final EnumGraphState PROCESSED
public static final EnumGraphState PROCESSING
public static final EnumGraphState QUEUED_FOR_DELETE
public static final EnumGraphState QUEUED_URGENT
public static final EnumGraphState QUEUED
public static final EnumGraphState FINISHED
public static final EnumGraphState WRONG
public static final EnumGraphState DELETED
public static final EnumGraphState OLDGRAPHSPREFIXED
public static final EnumGraphState NEWGRAPHSPREPARED
public static EnumGraphState[] values()
for (EnumGraphState c : EnumGraphState.values()) System.out.println(c);
public static EnumGraphState 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 toId()
public static EnumGraphState fromId(int id) throws ModelException
ModelException
Copyright © 2013. All Rights Reserved.