|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.version.VersionSpecification jxl.version.VersionSegment
public class VersionSegment
Field Summary | |
---|---|
static short |
X
|
Constructor Summary | |
---|---|
VersionSegment()
Creates a new instance of VersionSegment |
|
VersionSegment(short rev1)
|
|
VersionSegment(short rev1,
short rev2)
|
|
VersionSegment(short rev1,
short rev2,
short rev3)
|
|
VersionSegment(Version min,
Version max)
|
|
VersionSegment(Version min,
Version max,
boolean inclusive)
|
Method Summary | |
---|---|
Version |
getMaxVersion()
Getter for property maxVersion. |
Version |
getMinVersion()
Getter for property minVersion. |
boolean |
implies(Version v)
|
void |
setMaxVersion(Version maxVersion)
Setter for property maxVersion. |
void |
setMinVersion(Version minVersion)
Setter for property minVersion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short X
Constructor Detail |
---|
public VersionSegment()
public VersionSegment(Version min, Version max, boolean inclusive)
public VersionSegment(Version min, Version max)
public VersionSegment(short rev1)
public VersionSegment(short rev1, short rev2)
public VersionSegment(short rev1, short rev2, short rev3)
Method Detail |
---|
public boolean implies(Version v)
implies
in class VersionSpecification
public Version getMinVersion()
public void setMinVersion(Version minVersion)
minVersion
- New value of property minVersion.public Version getMaxVersion()
public void setMaxVersion(Version maxVersion)
maxVersion
- New value of property maxVersion.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |