public class InvestigationCode extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static InvestigationCode |
CONFIRM_READ_FROM_VACANT_SITE
The following define the enumerations.
|
static InvestigationCode |
CONFIRM_ZERO_CONSUMPTION |
static InvestigationCode |
INCOMPLETE_DATA |
static InvestigationCode |
INVALID_MDFF_DATA |
static InvestigationCode |
INVALID_STANDING_DATA |
static java.util.List<? extends java.lang.Object> |
INVESTIGATION_CODES |
static InvestigationCode |
METER_CHURN |
static InvestigationCode |
MISSING_DATASTREAM |
static InvestigationCode |
OTHER |
static InvestigationCode |
REQUIRE_ACTUAL_OR_SUBSTITUTE |
static InvestigationCode |
REQUIRE_ESTIMATE_DATA |
static InvestigationCode |
REQUIRE_FINAL_SUBSTITUTE |
static InvestigationCode |
SCHEDULED_READING_REQUIRED |
static InvestigationCode |
SOR_READING_REQUIRED |
static InvestigationCode |
VERIFY_HIGH_READING |
static InvestigationCode |
VERIFY_LOW_READING |
static InvestigationCode |
VERIFY_OR_MISSING_REGISTER |
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription
public static final InvestigationCode CONFIRM_READ_FROM_VACANT_SITE
public static final InvestigationCode CONFIRM_ZERO_CONSUMPTION
public static final InvestigationCode INCOMPLETE_DATA
public static final InvestigationCode INVALID_MDFF_DATA
public static final InvestigationCode INVALID_STANDING_DATA
public static final InvestigationCode METER_CHURN
public static final InvestigationCode MISSING_DATASTREAM
public static final InvestigationCode REQUIRE_ACTUAL_OR_SUBSTITUTE
public static final InvestigationCode REQUIRE_ESTIMATE_DATA
public static final InvestigationCode REQUIRE_FINAL_SUBSTITUTE
public static final InvestigationCode SCHEDULED_READING_REQUIRED
public static final InvestigationCode SOR_READING_REQUIRED
public static final InvestigationCode VERIFY_HIGH_READING
public static final InvestigationCode VERIFY_LOW_READING
public static final InvestigationCode VERIFY_OR_MISSING_REGISTER
public static final InvestigationCode OTHER
public static final java.util.List<? extends java.lang.Object> INVESTIGATION_CODES
public java.lang.String toString()
toString
in class Enumeration