com.stimulsoft.report.styles.enums
Enum StiStyleConditionType

java.lang.Object
  extended by java.lang.Enum<StiStyleConditionType>
      extended by com.stimulsoft.report.styles.enums.StiStyleConditionType
All Implemented Interfaces:
IStiEnum, java.io.Serializable, java.lang.Comparable<StiStyleConditionType>

public enum StiStyleConditionType
extends java.lang.Enum<StiStyleConditionType>
implements IStiEnum

Enum provide types of style condition.


Enum Constant Summary
ComponentName
           
ComponentType
           
Location
           
Placement
           
PlacementNestedLevel
           
 
Method Summary
static StiStyleConditionType forValue(int value)
           
 int getValue()
           
static StiStyleConditionType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiStyleConditionType[] 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

ComponentType

public static final StiStyleConditionType ComponentType

Placement

public static final StiStyleConditionType Placement

PlacementNestedLevel

public static final StiStyleConditionType PlacementNestedLevel

ComponentName

public static final StiStyleConditionType ComponentName

Location

public static final StiStyleConditionType Location
Method Detail

values

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

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

valueOf

public static StiStyleConditionType 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()
Specified by:
getValue in interface IStiEnum

forValue

public static StiStyleConditionType forValue(int value)


Copyright © 2018 Stimulsoft. All Rights Reserved.