org.excel4j
Class XLObjectType
java.lang.Object
org.excel4j.XLObjectType
public class XLObjectType
- extends java.lang.Object
An enumeration of object types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUMBER_TYPE
public static final int NUMBER_TYPE
- See Also:
- Constant Field Values
STRING_TYPE
public static final int STRING_TYPE
- See Also:
- Constant Field Values
BOOLEAN_TYPE
public static final int BOOLEAN_TYPE
- See Also:
- Constant Field Values
REFERENCE_TYPE
public static final int REFERENCE_TYPE
- See Also:
- Constant Field Values
ERROR_TYPE
public static final int ERROR_TYPE
- See Also:
- Constant Field Values
FLOW_TYPE
public static final int FLOW_TYPE
- See Also:
- Constant Field Values
ARRAY_TYPE
public static final int ARRAY_TYPE
- See Also:
- Constant Field Values
MISSING_TYPE
public static final int MISSING_TYPE
- See Also:
- Constant Field Values
NIL_TYPE
public static final int NIL_TYPE
- See Also:
- Constant Field Values
MULTIPLE_REFERENCE_TYPE
public static final int MULTIPLE_REFERENCE_TYPE
- See Also:
- Constant Field Values
INTEGER_TYPE
public static final int INTEGER_TYPE
- See Also:
- Constant Field Values
BIG_DATA_TYPE
public static final int BIG_DATA_TYPE
- See Also:
- Constant Field Values
NUMBER
public static final XLObjectType NUMBER
STRING
public static final XLObjectType STRING
BOOLEAN
public static final XLObjectType BOOLEAN
REFERENCE
public static final XLObjectType REFERENCE
ERROR
public static final XLObjectType ERROR
FLOW
public static final XLObjectType FLOW
ARRAY
public static final XLObjectType ARRAY
MISSING
public static final XLObjectType MISSING
NIL
public static final XLObjectType NIL
MULTIPLE_REFERENCE
public static final XLObjectType MULTIPLE_REFERENCE
INTEGER
public static final XLObjectType INTEGER
BIG_DATA
public static final XLObjectType BIG_DATA
value
public final int value