public enum SewerageConnectionStatus extends Enum<SewerageConnectionStatus>
| Enum Constant and Description |
|---|
ACTIVE |
CLOSED |
INACTIVE |
INPROGRESS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SewerageConnectionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SewerageConnectionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SewerageConnectionStatus INPROGRESS
public static final SewerageConnectionStatus ACTIVE
public static final SewerageConnectionStatus CLOSED
public static final SewerageConnectionStatus INACTIVE
public static SewerageConnectionStatus[] values()
for (SewerageConnectionStatus c : SewerageConnectionStatus.values()) System.out.println(c);
public static SewerageConnectionStatus 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 nullpublic String toString()
toString in class Enum<SewerageConnectionStatus>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.