public enum StiStyleCode extends java.lang.Enum<StiStyleCode>
| Enum Constant and Description |
|---|
Data |
Footer |
Header |
None |
SubData |
SubDetailData |
SubDetailFooter |
SubDetailHeader |
SubFooter |
SubHeader |
| Modifier and Type | Method and Description |
|---|---|
static StiStyleCode |
forValue(int value) |
int |
getValue() |
static StiStyleCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiStyleCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiStyleCode None
public static final StiStyleCode Header
public static final StiStyleCode Data
public static final StiStyleCode Footer
public static final StiStyleCode SubHeader
public static final StiStyleCode SubData
public static final StiStyleCode SubFooter
public static final StiStyleCode SubDetailHeader
public static final StiStyleCode SubDetailData
public static final StiStyleCode SubDetailFooter
public static StiStyleCode[] values()
for (StiStyleCode c : StiStyleCode.values()) System.out.println(c);
public static StiStyleCode 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 int getValue()
public static StiStyleCode forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.