com.stimulsoft.report.styles.conditions.elements
Class StiStyleConditionPlacementNestedLevelElement

java.lang.Object
  extended by com.stimulsoft.report.styles.conditions.elements.StiStyleConditionElement
      extended by com.stimulsoft.report.styles.conditions.elements.StiStyleConditionPlacementNestedLevelElement

public class StiStyleConditionPlacementNestedLevelElement
extends StiStyleConditionElement


Constructor Summary
StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel)
           
StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel, StiStyleConditionOperation operationPlacementNestedLevel)
           
 
Method Summary
 StiStyleConditionOperation getOperationPlacementNestedLevel()
          Gets or sets type of operation which will be used for comparison of component nested level.
 int getPlacementNestedLevel()
          Gets or sets value which indicates nested level of specified component.
 void setOperationPlacementNestedLevel(StiStyleConditionOperation value)
           
 void setPlacementNestedLevel(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiStyleConditionPlacementNestedLevelElement

public StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel)

StiStyleConditionPlacementNestedLevelElement

public StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel,
                                                    StiStyleConditionOperation operationPlacementNestedLevel)
Method Detail

getPlacementNestedLevel

public final int getPlacementNestedLevel()
Gets or sets value which indicates nested level of specified component.


setPlacementNestedLevel

public final void setPlacementNestedLevel(int value)

getOperationPlacementNestedLevel

public final StiStyleConditionOperation getOperationPlacementNestedLevel()
Gets or sets type of operation which will be used for comparison of component nested level.


setOperationPlacementNestedLevel

public final void setOperationPlacementNestedLevel(StiStyleConditionOperation value)