public enum ActiveStatusCodeStartDate extends Enum<ActiveStatusCodeStartDate>
| Enum Constant and Description |
|---|
ACTIVE |
DAY |
HOUR |
MINUTE |
MONTH |
NULL |
SECOND |
UNKNOWN |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static ActiveStatusCodeStartDate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveStatusCodeStartDate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveStatusCodeStartDate UNKNOWN
public static final ActiveStatusCodeStartDate ACTIVE
public static final ActiveStatusCodeStartDate DAY
public static final ActiveStatusCodeStartDate MONTH
public static final ActiveStatusCodeStartDate YEAR
public static final ActiveStatusCodeStartDate HOUR
public static final ActiveStatusCodeStartDate MINUTE
public static final ActiveStatusCodeStartDate SECOND
public static final ActiveStatusCodeStartDate NULL
public static ActiveStatusCodeStartDate[] values()
for (ActiveStatusCodeStartDate c : ActiveStatusCodeStartDate.values()) System.out.println(c);
public static ActiveStatusCodeStartDate 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 getCode()
Copyright © 2012–2016 Emory University. All rights reserved.