FormatConditionValueType

Inheritance: java.lang.Object

public final class FormatConditionValueType

Condition value type.

Fields

FieldDescription
AUTOMATIC_MAXIndicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient.
AUTOMATIC_MINIndicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient.
FORMULAThe minimum/ midpoint / maximum value for the gradient is determined by a formula.
MAXIndicates that the maximum value in the range shall be used as the maximum value for the gradient.
MINIndicates that the minimum value in the range shall be used as the minimum value for the gradient.
NUMBERIndicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.
PERCENTValue indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.
PERCENTILEValue indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AUTOMATIC_MAX

public static final int AUTOMATIC_MAX

Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient.

AUTOMATIC_MIN

public static final int AUTOMATIC_MIN

Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient.

FORMULA

public static final int FORMULA

The minimum/ midpoint / maximum value for the gradient is determined by a formula.

MAX

public static final int MAX

Indicates that the maximum value in the range shall be used as the maximum value for the gradient.

MIN

public static final int MIN

Indicates that the minimum value in the range shall be used as the minimum value for the gradient.

NUMBER

public static final int NUMBER

Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.

PERCENT

public static final int PERCENT

Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.

PERCENTILE

public static final int PERCENTILE

Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int