@Deprecated public enum CompletionType extends Enum<CompletionType>
Enum Constant and Description |
---|
COORDINATOR
Deprecated.
|
PARTICIPANT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CompletionType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CompletionType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompletionType COORDINATOR
public static final CompletionType PARTICIPANT
public static CompletionType[] values()
for (CompletionType c : CompletionType.values()) System.out.println(c);
public static CompletionType 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 nullCopyright © 2017 JBoss by Red Hat. All rights reserved.