public static enum CapacityStructure.InfluenceKind extends Enum<CapacityStructure.InfluenceKind>
| Modifier and Type | Method and Description |
|---|---|
static CapacityStructure.InfluenceKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapacityStructure.InfluenceKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapacityStructure.InfluenceKind DIRECT
public static final CapacityStructure.InfluenceKind DEVIATION
public static final CapacityStructure.InfluenceKind NONE
public static CapacityStructure.InfluenceKind[] values()
for (CapacityStructure.InfluenceKind c : CapacityStructure.InfluenceKind.values()) System.out.println(c);
public static CapacityStructure.InfluenceKind 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 © 2018 Power TAC. All rights reserved.