public static enum Util.GATE_SUMMARY_COLUMN extends Enum<Util.GATE_SUMMARY_COLUMN>
Enum Constant and Description |
---|
Final_Action |
Go_Actions |
Repo_Tag |
Stop_Actions |
Warn_Actions |
Modifier and Type | Method and Description |
---|---|
static Util.GATE_SUMMARY_COLUMN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Util.GATE_SUMMARY_COLUMN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Util.GATE_SUMMARY_COLUMN Repo_Tag
public static final Util.GATE_SUMMARY_COLUMN Stop_Actions
public static final Util.GATE_SUMMARY_COLUMN Warn_Actions
public static final Util.GATE_SUMMARY_COLUMN Go_Actions
public static final Util.GATE_SUMMARY_COLUMN Final_Action
public static Util.GATE_SUMMARY_COLUMN[] values()
for (Util.GATE_SUMMARY_COLUMN c : Util.GATE_SUMMARY_COLUMN.values()) System.out.println(c);
public static Util.GATE_SUMMARY_COLUMN 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 © 2016–2019. All rights reserved.