public enum TimeCodeContinuationRecords extends Enum<TimeCodeContinuationRecords>
Java class for TimeCodeContinuationRecords.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TimeCodeContinuationRecords"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="H"/> <enumeration value="N"/> <enumeration value="T"/> </restriction> </simpleType>
Enum Constant and Description |
---|
H
Active Continuously, excluding holidays
|
N
Activation Times are too complex for Time of Operation format and are provided in Note Form
|
T
Active times are provided in Time of Operation format and include holidays
|
Modifier and Type | Method and Description |
---|---|
static TimeCodeContinuationRecords |
fromValue(String v) |
String |
value() |
static TimeCodeContinuationRecords |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeCodeContinuationRecords[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeCodeContinuationRecords H
public static final TimeCodeContinuationRecords N
public static final TimeCodeContinuationRecords T
public static TimeCodeContinuationRecords[] values()
for (TimeCodeContinuationRecords c : TimeCodeContinuationRecords.values()) System.out.println(c);
public static TimeCodeContinuationRecords 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()
public static TimeCodeContinuationRecords fromValue(String v)
Copyright © 2017. All rights reserved.