public static enum DefaultDomainModelElectricity.Phase extends java.lang.Enum<DefaultDomainModelElectricity.Phase>
| Modifier and Type | Method and Description |
|---|---|
static DefaultDomainModelElectricity.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultDomainModelElectricity.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultDomainModelElectricity.Phase AllPhases
public static final DefaultDomainModelElectricity.Phase L1
public static final DefaultDomainModelElectricity.Phase L2
public static final DefaultDomainModelElectricity.Phase L3
public static DefaultDomainModelElectricity.Phase[] values()
for (DefaultDomainModelElectricity.Phase c : DefaultDomainModelElectricity.Phase.values()) System.out.println(c);
public static DefaultDomainModelElectricity.Phase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null