public static enum RuntimeDataService.EntryType extends Enum<RuntimeDataService.EntryType>
Enum Constant and Description |
---|
ABORTED |
END |
ERROR |
OBSOLETE |
SKIPPED |
START |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static RuntimeDataService.EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeDataService.EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeDataService.EntryType START
public static final RuntimeDataService.EntryType END
public static final RuntimeDataService.EntryType ABORTED
public static final RuntimeDataService.EntryType SKIPPED
public static final RuntimeDataService.EntryType OBSOLETE
public static final RuntimeDataService.EntryType ERROR
public static RuntimeDataService.EntryType[] values()
for (RuntimeDataService.EntryType c : RuntimeDataService.EntryType.values()) System.out.println(c);
public static RuntimeDataService.EntryType 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 getValue()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.