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

Quick Search    Search Deep

jxl.biff
Class BaseCellFeatures.ValidationCondition  view BaseCellFeatures.ValidationCondition download BaseCellFeatures.ValidationCondition.java

java.lang.Object
  extended byjxl.biff.BaseCellFeatures.ValidationCondition
Enclosing class:
BaseCellFeatures

protected static class BaseCellFeatures.ValidationCondition
extends java.lang.Object


Field Summary
private  DVParser.Condition condition
           
private static BaseCellFeatures.ValidationCondition[] types
           
 
Constructor Summary
(package private) BaseCellFeatures.ValidationCondition(DVParser.Condition c)
           
 
Method Summary
 DVParser.Condition getCondition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

condition

private DVParser.Condition condition

types

private static BaseCellFeatures.ValidationCondition[] types
Constructor Detail

BaseCellFeatures.ValidationCondition

BaseCellFeatures.ValidationCondition(DVParser.Condition c)
Method Detail

getCondition

public DVParser.Condition getCondition()