public static enum Structure.Type extends Enum<Structure.Type>
| Modifier and Type | Method and Description |
|---|---|
static Structure.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Structure.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Structure.Type IN
public static final Structure.Type OUT
public static Structure.Type[] values()
for (Structure.Type c : Structure.Type.values()) System.out.println(c);
public static Structure.Type 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 null1.1.4 - Copyright © 2018 Talend Component Kit Documentation