java.lang.Object | |
↳ | com.microstrategy.utils.EnumTriStateIndicator |
Internal housekeeping. Maintains whether a given state is true, false or may be.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final EnumTriStateIndicator | MAYBE | ||||||||||
public static final EnumTriStateIndicator | NO | ||||||||||
public static final EnumTriStateIndicator | YES |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static EnumTriStateIndicator | mapFromBoolean(boolean state) | ||||||||||
static EnumTriStateIndicator |
mapFromInt(int enumValue)
returns an enumeration object based on the enumeration value.
| ||||||||||
boolean | mapToBoolean() | ||||||||||
Boolean | mapToBooleanObject() | ||||||||||
int |
mapToInt()
Returns an integer value for the enumeration
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
returns an enumeration object based on the enumeration value.
enumValue | The enumeration value that will be mapped to an enumeration object. |
---|
Returns an integer value for the enumeration