public enum ListCTI extends Enum<ListCTI>
Used in Assignment
, IntfReport
, Time
Enum Constant and Description |
---|
CONTINUOUS |
DAY |
INTERMITTENT |
NIGHT |
ONCE |
OTHER |
TRANSITION |
Modifier and Type | Method and Description |
---|---|
static ListCTI |
fromValue(String v) |
String |
value() |
static ListCTI |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCTI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCTI CONTINUOUS
public static final ListCTI DAY
public static final ListCTI NIGHT
public static final ListCTI TRANSITION
public static final ListCTI INTERMITTENT
public static final ListCTI ONCE
public static final ListCTI OTHER
public static ListCTI[] values()
for (ListCTI c : ListCTI.values()) System.out.println(c);
public static ListCTI 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 value()
Copyright © 2016 OpenSSRF.org. All rights reserved.