com.stimulsoft.report.styles.enums
Enum StiStyleCode
java.lang.Object
java.lang.Enum<StiStyleCode>
com.stimulsoft.report.styles.enums.StiStyleCode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiStyleCode>
public enum StiStyleCode
- extends java.lang.Enum<StiStyleCode>
StiStyleCode enumeration is obsolete!
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
None
public static final StiStyleCode None
Header
public static final StiStyleCode Header
Data
public static final StiStyleCode Data
Footer
public static final StiStyleCode Footer
SubHeader
public static final StiStyleCode SubHeader
SubData
public static final StiStyleCode SubData
SubFooter
public static final StiStyleCode SubFooter
SubDetailHeader
public static final StiStyleCode SubDetailHeader
SubDetailData
public static final StiStyleCode SubDetailData
SubDetailFooter
public static final StiStyleCode SubDetailFooter
values
public static StiStyleCode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (StiStyleCode c : StiStyleCode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiStyleCode valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getValue
public int getValue()
forValue
public static StiStyleCode forValue(int value)