Uses of Enum Class
com.stimulsoft.report.styles.enums.StiStyleConditionOperation
Packages that use StiStyleConditionOperation
Package
Description
-
Uses of StiStyleConditionOperation in com.stimulsoft.report.styles.conditions
Methods in com.stimulsoft.report.styles.conditions that return StiStyleConditionOperationModifier and TypeMethodDescriptionStiStyleCondition.getOperationComponentName()Gets or sets type of operation which will be used for comparison of component names.StiStyleCondition.getOperationComponentType()Gets or sets type of operation which will be used for comparison of component types.StiStyleCondition.getOperationLocation()Gets or sets type of operation which will be used for comparison of component locations.StiStyleCondition.getOperationPlacement()Gets or sets type of operation which will be used for comparison of component placements.StiStyleCondition.getOperationPlacementNestedLevel()Gets or sets type of operation which will be used for comparison of component nested level.Methods in com.stimulsoft.report.styles.conditions with parameters of type StiStyleConditionOperationModifier and TypeMethodDescriptionfinal voidStiStyleCondition.setOperationComponentName(StiStyleConditionOperation value) final voidStiStyleCondition.setOperationComponentType(StiStyleConditionOperation value) final voidStiStyleCondition.setOperationLocation(StiStyleConditionOperation value) final voidStiStyleCondition.setOperationPlacement(StiStyleConditionOperation value) final voidStiStyleCondition.setOperationPlacementNestedLevel(StiStyleConditionOperation value) Constructors in com.stimulsoft.report.styles.conditions with parameters of type StiStyleConditionOperationModifierConstructorDescriptionStiStyleCondition(StiEnumSet<StiStyleConditionType> type, StiStyleConditionOperation operationPlacement, StiStyleConditionOperation operationPlacementNestedLevel, StiStyleConditionOperation operationComponentType, StiStyleConditionOperation operationLocation, StiStyleConditionOperation operationComponentName, StiEnumSet<StiStyleComponentPlacement> placement, int placementNestedLevel, StiEnumSet<StiStyleComponentType> componentType, StiEnumSet<StiStyleLocation> location, String componentName) Creates a new object of the type StiStyleCondition. -
Uses of StiStyleConditionOperation in com.stimulsoft.report.styles.conditions.elements
Methods in com.stimulsoft.report.styles.conditions.elements that return StiStyleConditionOperationModifier and TypeMethodDescriptionStiStyleConditionComponentNameElement.getOperationComponentName()Gets or sets type of operation which will be used for comparison of component names.StiStyleConditionComponentTypeElement.getOperationComponentType()Gets or sets type of operation which will be used for comparison of component types.StiStyleConditionLocationElement.getOperationLocation()Gets or sets type of operation which will be used for comparison of component locations.StiStyleConditionPlacementElement.getOperationPlacement()Gets or sets type of operation which will be used for comparison of component placements.StiStyleConditionPlacementNestedLevelElement.getOperationPlacementNestedLevel()Gets or sets type of operation which will be used for comparison of component nested level.Methods in com.stimulsoft.report.styles.conditions.elements with parameters of type StiStyleConditionOperationModifier and TypeMethodDescriptionfinal voidStiStyleConditionComponentNameElement.setOperationComponentName(StiStyleConditionOperation value) final voidStiStyleConditionComponentTypeElement.setOperationComponentType(StiStyleConditionOperation value) final voidStiStyleConditionLocationElement.setOperationLocation(StiStyleConditionOperation value) final voidStiStyleConditionPlacementElement.setOperationPlacement(StiStyleConditionOperation value) final voidStiStyleConditionPlacementNestedLevelElement.setOperationPlacementNestedLevel(StiStyleConditionOperation value) Constructors in com.stimulsoft.report.styles.conditions.elements with parameters of type StiStyleConditionOperationModifierConstructorDescriptionStiStyleConditionComponentNameElement(String componentName, StiStyleConditionOperation operationComponentName) StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType, StiStyleConditionOperation operationComponentType) StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location, StiStyleConditionOperation operationLocation) StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement, StiStyleConditionOperation operationPlacement) StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel, StiStyleConditionOperation operationPlacementNestedLevel) -
Uses of StiStyleConditionOperation in com.stimulsoft.report.styles.enums
Methods in com.stimulsoft.report.styles.enums that return StiStyleConditionOperationModifier and TypeMethodDescriptionstatic StiStyleConditionOperationStiStyleConditionOperation.forValue(int value) static StiStyleConditionOperationReturns the enum constant of this class with the specified name.static StiStyleConditionOperation[]StiStyleConditionOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.