Enum Class的使用
com.grapecity.documents.excel.expressions.OperatorKind
-
com.grapecity.documents.excel.expressions中OperatorKind的使用
修饰符和类型方法说明static OperatorKind
OperatorKind.forValue
(int value) final OperatorKind
OperatorNode.getKind()
The type of the operator.static OperatorKind
Returns the enum constant of this class with the specified name.static OperatorKind[]
OperatorKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.限定符构造器说明OperatorNode
(OperatorKind kind) Creates a newOperatorNode
from the type of the operator.