Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jxl.biff
Class DVParser.DVType  view DVParser.DVType download DVParser.DVType.java

java.lang.Object
  extended byjxl.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()