|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwConfigDump.VersionNumber
protected class OwConfigDump.VersionNumber
version number class to retrieve version numbers form class objects
Field Summary | |
---|---|
boolean |
m_fImplementation
|
int |
m_iFixpack
fixpack version number or -1 if no set |
int |
m_iMajor
major version number or -1 if not set |
int |
m_iMinor
minor version number or -1 if not set |
int |
m_iUpdate
update version number or -1 if not set |
String |
m_strReleaseType
|
Constructor Summary | |
---|---|
OwConfigDump.VersionNumber(Class<?> class_p,
boolean fImplementation_p)
construct VersionNumber object retrieve the version numbers from the static fields of a class object |
|
OwConfigDump.VersionNumber(String sVersion_p)
construct VersionNumber object retrieve the version numbers from the static fields of a class object |
Method Summary | |
---|---|
String |
toString()
create version string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String m_strReleaseType
public boolean m_fImplementation
public int m_iMinor
public int m_iMajor
public int m_iUpdate
public int m_iFixpack
Constructor Detail |
---|
public OwConfigDump.VersionNumber(Class<?> class_p, boolean fImplementation_p)
class_p
- the class object with the static version declarationfImplementation_p
- true = retrieve the implementation numbers, false = retrieve the Interface numberspublic OwConfigDump.VersionNumber(String sVersion_p)
sVersion_p
- the version stringMethod Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |