|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.metadata.SpeedoVersion
This class corresponds to the description of the attribute version in the XML file.
Field Summary | |
---|---|
static byte |
DATE_TIME
|
SpeedoClass |
jdoClass
Description of the class containing the version |
static byte |
NO_VERSION
|
static byte |
STATE_COMPARISON
|
byte |
strategy
The strategy followed |
static byte |
VERSION_NUMBER
|
Constructor Summary | |
---|---|
SpeedoVersion()
|
Method Summary | |
---|---|
static byte |
toByte(java.lang.String s)
Transforms a String into a Byte. |
static java.lang.String |
toString(byte b)
Transforms a byte into a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte VERSION_NUMBER
public static final byte STATE_COMPARISON
public static final byte DATE_TIME
public static final byte NO_VERSION
public SpeedoClass jdoClass
public byte strategy
Constructor Detail |
public SpeedoVersion()
Method Detail |
public static byte toByte(java.lang.String s)
s
- String to transform.
public static java.lang.String toString(byte b)
b
- the byte to transform.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |