tristate-ag凯发旗舰厅
com.spire.presentation
enum tristate
java.lang.object
java.lang.enum<tristate>
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. |
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.
getname
public java.lang.string getname()
gettristatefromvalue
public static tristate gettristatefromvalue(long value)
getvalue
public int getvalue()