com.stimulsoft.report.engine.parser.enums
Enum StiSystemVariableType

java.lang.Object
  extended by java.lang.Enum<StiSystemVariableType>
      extended by com.stimulsoft.report.engine.parser.enums.StiSystemVariableType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiSystemVariableType>

public enum StiSystemVariableType
extends java.lang.Enum<StiSystemVariableType>


Enum Constant Summary
Column
           
ConditionTag
           
ConditionValue
           
GetAnchorPageNumber
           
GroupLine
           
IsFirstPage
           
IsFirstPageThrough
           
IsLastPage
           
IsLastPageThrough
           
Line
           
LineABC
           
LineRoman
           
LineThrough
           
PageNofM
           
PageNofMThrough
           
PageNumber
           
PageNumberThrough
           
ReportAlias
           
ReportAuthor
           
ReportChanged
           
ReportCreated
           
ReportDescription
           
ReportName
           
Sender
           
Time
           
Today
           
TotalPageCount
           
TotalPageCountThrough
           
 
Method Summary
static StiSystemVariableType forValue(int value)
           
static java.util.concurrent.ConcurrentHashMap getSystemVariablesList()
           
 int getValue()
           
static StiSystemVariableType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiSystemVariableType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Column

public static final StiSystemVariableType Column

Line

public static final StiSystemVariableType Line

LineThrough

public static final StiSystemVariableType LineThrough

LineABC

public static final StiSystemVariableType LineABC

LineRoman

public static final StiSystemVariableType LineRoman

GroupLine

public static final StiSystemVariableType GroupLine

PageNumber

public static final StiSystemVariableType PageNumber

PageNumberThrough

public static final StiSystemVariableType PageNumberThrough

PageNofM

public static final StiSystemVariableType PageNofM

PageNofMThrough

public static final StiSystemVariableType PageNofMThrough

TotalPageCount

public static final StiSystemVariableType TotalPageCount

TotalPageCountThrough

public static final StiSystemVariableType TotalPageCountThrough

IsFirstPage

public static final StiSystemVariableType IsFirstPage

IsFirstPageThrough

public static final StiSystemVariableType IsFirstPageThrough

IsLastPage

public static final StiSystemVariableType IsLastPage

IsLastPageThrough

public static final StiSystemVariableType IsLastPageThrough

ReportAlias

public static final StiSystemVariableType ReportAlias

ReportAuthor

public static final StiSystemVariableType ReportAuthor

ReportChanged

public static final StiSystemVariableType ReportChanged

ReportCreated

public static final StiSystemVariableType ReportCreated

ReportDescription

public static final StiSystemVariableType ReportDescription

ReportName

public static final StiSystemVariableType ReportName

Time

public static final StiSystemVariableType Time

Today

public static final StiSystemVariableType Today

ConditionValue

public static final StiSystemVariableType ConditionValue

ConditionTag

public static final StiSystemVariableType ConditionTag

Sender

public static final StiSystemVariableType Sender

GetAnchorPageNumber

public static final StiSystemVariableType GetAnchorPageNumber
Method Detail

values

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

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

valueOf

public static StiSystemVariableType 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 StiSystemVariableType forValue(int value)

getSystemVariablesList

public static java.util.concurrent.ConcurrentHashMap getSystemVariablesList()


Copyright © 2018 Stimulsoft. All Rights Reserved.