com.stimulsoft.report.components.table.enums
Enum StiTableStyle

java.lang.Object
  extended by java.lang.Enum<StiTableStyle>
      extended by com.stimulsoft.report.components.table.enums.StiTableStyle
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiTableStyle>

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


Enum Constant Summary
Style11
           
Style12
           
Style13
           
Style14
           
Style15
           
Style16
           
Style17
           
Style18
           
Style19
           
Style31
           
Style32
           
Style33
           
Style34
           
Style35
           
Style36
           
Style37
           
Style38
           
Style39
           
Style41
           
Style42
           
Style43
           
Style44
           
Style45
           
Style46
           
Style47
           
Style48
           
Style49
           
Style51
           
Style52
           
Style53
           
Style54
           
Style55
           
Style56
           
Style57
           
Style58
           
Style59
           
StyleNone
           
 
Method Summary
static StiTableStyle forValue(int value)
           
 int getValue()
           
static StiTableStyle valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiTableStyle[] 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

StyleNone

public static final StiTableStyle StyleNone

Style11

public static final StiTableStyle Style11

Style12

public static final StiTableStyle Style12

Style13

public static final StiTableStyle Style13

Style14

public static final StiTableStyle Style14

Style15

public static final StiTableStyle Style15

Style16

public static final StiTableStyle Style16

Style17

public static final StiTableStyle Style17

Style18

public static final StiTableStyle Style18

Style19

public static final StiTableStyle Style19

Style31

public static final StiTableStyle Style31

Style32

public static final StiTableStyle Style32

Style33

public static final StiTableStyle Style33

Style34

public static final StiTableStyle Style34

Style35

public static final StiTableStyle Style35

Style36

public static final StiTableStyle Style36

Style37

public static final StiTableStyle Style37

Style38

public static final StiTableStyle Style38

Style39

public static final StiTableStyle Style39

Style41

public static final StiTableStyle Style41

Style42

public static final StiTableStyle Style42

Style43

public static final StiTableStyle Style43

Style44

public static final StiTableStyle Style44

Style45

public static final StiTableStyle Style45

Style46

public static final StiTableStyle Style46

Style47

public static final StiTableStyle Style47

Style48

public static final StiTableStyle Style48

Style49

public static final StiTableStyle Style49

Style51

public static final StiTableStyle Style51

Style52

public static final StiTableStyle Style52

Style53

public static final StiTableStyle Style53

Style54

public static final StiTableStyle Style54

Style55

public static final StiTableStyle Style55

Style56

public static final StiTableStyle Style56

Style57

public static final StiTableStyle Style57

Style58

public static final StiTableStyle Style58

Style59

public static final StiTableStyle Style59
Method Detail

values

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

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

valueOf

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