public static enum LaunchParams.LookupMode extends java.lang.Enum<LaunchParams.LookupMode>
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchParams.LookupMode.Visitor<R> |
Enum Constant and Description |
---|
AUTO_DETECT |
EXACT_MATCH |
Modifier and Type | Field and Description |
---|---|
static LaunchParams.LookupMode |
DEFAULT_VALUE |
static LaunchParams.ValueConverter<java.lang.String,LaunchParams.LookupMode> |
STRING_CONVERTER |
Modifier and Type | Method and Description |
---|---|
abstract <R> R |
accept(LaunchParams.LookupMode.Visitor<R> visitor) |
static LaunchParams.LookupMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LaunchParams.LookupMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaunchParams.LookupMode EXACT_MATCH
public static final LaunchParams.LookupMode AUTO_DETECT
public static final LaunchParams.LookupMode DEFAULT_VALUE
public static final LaunchParams.ValueConverter<java.lang.String,LaunchParams.LookupMode> STRING_CONVERTER
public static LaunchParams.LookupMode[] values()
for (LaunchParams.LookupMode c : LaunchParams.LookupMode.values()) System.out.println(c);
public static LaunchParams.LookupMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract <R> R accept(LaunchParams.LookupMode.Visitor<R> visitor)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.