public static enum ORB.DebugFlagResult extends Enum<ORB.DebugFlagResult>
| Modifier and Type | Method and Description |
|---|---|
static ORB.DebugFlagResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ORB.DebugFlagResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ORB.DebugFlagResult OK
public static final ORB.DebugFlagResult BAD_NAME
public static ORB.DebugFlagResult[] values()
for (ORB.DebugFlagResult c : ORB.DebugFlagResult.values()) System.out.println(c);
public static ORB.DebugFlagResult 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–2019 Eclipse Foundation. All rights reserved.