tristate-ag凯发旗舰厅



com.spire.presentation
enum tristate

java.lang.object
  extended by java.lang.enum<tristate>
      extended by com.spire.presentation.tristate
all implemented interfaces:
java.lang.comparable<tristate>

public enum tristate
extends java.lang.enum<tristate>

represents triple boolean values.


enum constant summary
false
          false value.
null
          boolean value is null.
true
          true value.
 
method summary
 java.lang.string getname()
           
static tristate gettristatefromvalue(long value)
           
 int getvalue()
           
 
enum constant detail

null

public static final tristate null
boolean value is null.

false

public static final tristate false
false value.

true

public static final tristate true
true value.
method detail

getname

public java.lang.string getname()

gettristatefromvalue

public static tristate gettristatefromvalue(long value)

getvalue

public int getvalue()


网站地图