public static enum TaurusConfigLoader.EModelLocation extends java.lang.Enum<TaurusConfigLoader.EModelLocation>
| Enum Constant and Description |
|---|
LOCAL
Local or network path.
|
MVS
MVS file system (z/OS).
|
USS
Unix System Services
|
| Modifier and Type | Method and Description |
|---|---|
static TaurusConfigLoader.EModelLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaurusConfigLoader.EModelLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaurusConfigLoader.EModelLocation LOCAL
public static final TaurusConfigLoader.EModelLocation MVS
public static final TaurusConfigLoader.EModelLocation USS
public static TaurusConfigLoader.EModelLocation[] values()
for (TaurusConfigLoader.EModelLocation c : TaurusConfigLoader.EModelLocation.values()) System.out.println(c);
public static TaurusConfigLoader.EModelLocation 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 nullCopyright © 2015 Micro Focus GmbH. All rights reserved.