public static enum PlotLocalEnvironmentFile.LocalEnvironmentFileDirection extends Enum<PlotLocalEnvironmentFile.LocalEnvironmentFileDirection>
| Modifier and Type | Method and Description |
|---|---|
static PlotLocalEnvironmentFile.LocalEnvironmentFileDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotLocalEnvironmentFile.LocalEnvironmentFileDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotLocalEnvironmentFile.LocalEnvironmentFileDirection In
public static final PlotLocalEnvironmentFile.LocalEnvironmentFileDirection Out
public static PlotLocalEnvironmentFile.LocalEnvironmentFileDirection[] values()
for (PlotLocalEnvironmentFile.LocalEnvironmentFileDirection c : PlotLocalEnvironmentFile.LocalEnvironmentFileDirection.values()) System.out.println(c);
public static PlotLocalEnvironmentFile.LocalEnvironmentFileDirection 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 © 2014. All Rights Reserved.