|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConditionValue
Represents single condition value for iconset, databar, colorscale conditions.
Method Summary | |
---|---|
ConditionValueType |
getType()
Returns one of the constants of the xl condition value types enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. |
java.lang.Object |
getValue()
Returns the shortest bar or longest bar threshold value for a data bar conditional format. |
boolean |
isGTE()
Returns whether this threshold value uses the greater than or equal to operator. |
void |
isGTE(boolean value)
Sets whether this threshold value uses the greater than or equal to operator. |
void |
setType(ConditionValueType value)
Sets one of the constants of the xl condition value types enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. |
void |
setValue(java.lang.Object value)
Sets the shortest bar or longest bar threshold value for a data bar conditional format. |
Method Detail |
---|
ConditionValueType getType()
void setType(ConditionValueType value)
java.lang.Object getValue()
void setValue(java.lang.Object value)
boolean isGTE()
void isGTE(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |