|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Version
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getBuildLevel()
This string contains the build level without any version or release information. |
int |
getLevel()
A very precise specification of the exact build level of a particular piece of software, or the exact manufacturing run of a physical element. |
int |
getMajorVersion()
A major version of the product, and generally specified as the first number in a version string (for example, in WebSphere 6.1, the '6' is the major version). |
int |
getModifier()
A version specification that is normally tied to fixes within a software release, and is normally specified third in a version string. |
int |
getRelease()
The second highest specification in a version, generally used to show updates in a product where compatibility is maintained (such as between version 6.0 and 6.1 of WebSphere, where the '0' and the '1' are the release numbers). |
java.lang.String |
getVersionString()
The complete version specification of the entity, expressed as a single string. |
boolean |
hasBuildLevel()
|
boolean |
hasLevel()
|
boolean |
hasMajorVersion()
|
boolean |
hasModifier()
|
boolean |
hasRelease()
|
boolean |
hasVersionString()
|
void |
setBuildLevel(java.lang.String x)
|
void |
setLevel(int v)
|
void |
setMajorVersion(int v)
|
void |
setModifier(int v)
|
void |
setRelease(int v)
|
void |
setVersionString(java.lang.String v)
|
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
java.lang.String getVersionString() throws AttributeNotSetException
AttributeNotSetException
void setVersionString(java.lang.String v)
boolean hasVersionString()
int getMajorVersion() throws AttributeNotSetException
AttributeNotSetException
void setMajorVersion(int v)
boolean hasMajorVersion()
int getRelease() throws AttributeNotSetException
AttributeNotSetException
void setRelease(int v)
boolean hasRelease()
int getModifier() throws AttributeNotSetException
AttributeNotSetException
void setModifier(int v)
boolean hasModifier()
int getLevel() throws AttributeNotSetException
AttributeNotSetException
void setLevel(int v)
boolean hasLevel()
java.lang.String getBuildLevel() throws AttributeNotSetException
AttributeNotSetException
void setBuildLevel(java.lang.String x)
boolean hasBuildLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |