@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public static enum InsertSheet.SheetUsage
extends java.lang.Enum<InsertSheet.SheetUsage>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Header"/>
<enumeration value="Interleaved"/>
<enumeration value="InterleavedBefore"/>
<enumeration value="OnError"/>
<enumeration value="Slip"/>
<enumeration value="SlipCopy"/>
<enumeration value="Trailer"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HEADER |
INTERLEAVED |
INTERLEAVED_BEFORE |
ON_ERROR |
SLIP |
SLIP_COPY |
TRAILER |
| Modifier and Type | Method and Description |
|---|---|
static InsertSheet.SheetUsage |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static InsertSheet.SheetUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InsertSheet.SheetUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsertSheet.SheetUsage HEADER
public static final InsertSheet.SheetUsage INTERLEAVED
public static final InsertSheet.SheetUsage INTERLEAVED_BEFORE
public static final InsertSheet.SheetUsage ON_ERROR
public static final InsertSheet.SheetUsage SLIP
public static final InsertSheet.SheetUsage SLIP_COPY
public static final InsertSheet.SheetUsage TRAILER
public static InsertSheet.SheetUsage[] values()
for (InsertSheet.SheetUsage c : InsertSheet.SheetUsage.values()) System.out.println(c);
public static InsertSheet.SheetUsage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static InsertSheet.SheetUsage fromValue(java.lang.String v)