com.aspose.slides.pptx
Class NullableBool

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.NullableBool
All Implemented Interfaces:
java.lang.Comparable

public class NullableBool
extends Enumerate

Enumeration which defines triple boolean values.


Field Summary
static NullableBool FALSE
           
static int FALSE_ID
           
static NullableBool NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static NullableBool TRUE
           
static int TRUE_ID
           
 
Method Summary
static NullableBool toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FALSE

public static final NullableBool FALSE

FALSE_ID

public static final int FALSE_ID
See Also:
Constant Field Values

TRUE

public static final NullableBool TRUE

TRUE_ID

public static final int TRUE_ID
See Also:
Constant Field Values

NOT_DEFINED

public static final NullableBool NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values
Method Detail

toValue

public static NullableBool toValue(int id)