jxl.version
Class AllVersion

java.lang.Object
  extended by jxl.version.VersionSpecification
      extended by jxl.version.AllVersion
All Implemented Interfaces:
java.io.Serializable

public class AllVersion
extends VersionSpecification

Author:
alex
See Also:
Serialized Form

Field Summary
static AllVersion ALL
           
 
Constructor Summary
AllVersion()
          Creates a new instance of AllVersion
 
Method Summary
 boolean implies(Version v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final AllVersion ALL
Constructor Detail

AllVersion

public AllVersion()
Creates a new instance of AllVersion

Method Detail

implies

public boolean implies(Version v)
Specified by:
implies in class VersionSpecification