com.stimulsoft.report.export.tools
Enum StiMatrix.StiTableLineInfo

java.lang.Object
  extended by java.lang.Enum<StiMatrix.StiTableLineInfo>
      extended by com.stimulsoft.report.export.tools.StiMatrix.StiTableLineInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiMatrix.StiTableLineInfo>
Enclosing class:
StiMatrix

public static enum StiMatrix.StiTableLineInfo
extends java.lang.Enum<StiMatrix.StiTableLineInfo>

Table line info Copyright Stimulsoft


Enum Constant Summary
Data
           
Empty
           
FooterAP
           
FooterD
           
HeaderAP
           
HeaderD
           
PageFooter
           
PageHeader
           
Trash
           
Unknown
           
 
Method Summary
static StiMatrix.StiTableLineInfo valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiMatrix.StiTableLineInfo[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

Empty

public static final StiMatrix.StiTableLineInfo Empty

Unknown

public static final StiMatrix.StiTableLineInfo Unknown

PageHeader

public static final StiMatrix.StiTableLineInfo PageHeader

PageFooter

public static final StiMatrix.StiTableLineInfo PageFooter

HeaderAP

public static final StiMatrix.StiTableLineInfo HeaderAP

FooterAP

public static final StiMatrix.StiTableLineInfo FooterAP

HeaderD

public static final StiMatrix.StiTableLineInfo HeaderD

FooterD

public static final StiMatrix.StiTableLineInfo FooterD

Data

public static final StiMatrix.StiTableLineInfo Data

Trash

public static final StiMatrix.StiTableLineInfo Trash
Method Detail

values

public static StiMatrix.StiTableLineInfo[] 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 (StiMatrix.StiTableLineInfo c : StiMatrix.StiTableLineInfo.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiMatrix.StiTableLineInfo 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