|
|||||||||
| Home >> All >> jxl >> [ biff overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jxl.biff
Class DVParser.DVType

java.lang.Objectjxl.biff.DVParser.DVType
- Enclosing class:
- DVParser
- public static class DVParser.DVType
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
desc
|
private static DVParser.DVType[] |
types
|
private int |
value
|
| Constructor Summary | |
(package private) |
DVParser.DVType(int v,
java.lang.String d)
|
| Method Summary | |
java.lang.String |
getDescription()
|
(package private) static DVParser.DVType |
getType(int v)
|
int |
getValue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
value
private int value
desc
private java.lang.String desc
types
private static DVParser.DVType[] types
| Constructor Detail |
DVParser.DVType
DVParser.DVType(int v,
java.lang.String d)
| Method Detail |
getType
static DVParser.DVType getType(int v)
getValue
public int getValue()
getDescription
public java.lang.String getDescription()
|
|||||||||
| Home >> All >> jxl >> [ biff overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jxl.biff.DVParser.DVType