public static enum OtclConstants.TARGET_SOURCE extends Enum<OtclConstants.TARGET_SOURCE>
| Enum Constant and Description |
|---|
SOURCE
The source.
|
TARGET
The target.
|
| Modifier and Type | Method and Description |
|---|---|
static OtclConstants.TARGET_SOURCE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtclConstants.TARGET_SOURCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtclConstants.TARGET_SOURCE TARGET
public static final OtclConstants.TARGET_SOURCE SOURCE
public static OtclConstants.TARGET_SOURCE[] values()
for (OtclConstants.TARGET_SOURCE c : OtclConstants.TARGET_SOURCE.values()) System.out.println(c);
public static OtclConstants.TARGET_SOURCE 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 © 2021. All rights reserved.