public static enum RuntimeDataService.EntryType extends Enum<RuntimeDataService.EntryType>
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 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.