|
|||||||||
| 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.Condition

java.lang.Objectjxl.biff.DVParser.Condition
- Enclosing class:
- DVParser
- public static class DVParser.Condition
- extends java.lang.Object
| Field Summary | |
private java.text.MessageFormat |
format
|
private static DVParser.Condition[] |
types
|
private int |
value
|
| Constructor Summary | |
(package private) |
DVParser.Condition(int v,
java.lang.String pattern)
|
| Method Summary | |
(package private) static DVParser.Condition |
getCondition(int v)
|
java.lang.String |
getConditionString(java.lang.String s1,
java.lang.String s2)
|
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
format
private java.text.MessageFormat format
types
private static DVParser.Condition[] types
| Constructor Detail |
DVParser.Condition
DVParser.Condition(int v,
java.lang.String pattern)
| Method Detail |
getCondition
static DVParser.Condition getCondition(int v)
getValue
public int getValue()
getConditionString
public java.lang.String getConditionString(java.lang.String s1, java.lang.String s2)
|
|||||||||
| 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.Condition