| |
|
| java.lang.Object org.objectweb.speedo.metadata.SpeedoVersion
SpeedoVersion | public class SpeedoVersion (Code) | | This class corresponds to the description of the attribute version
in the XML file.
author: Y.Bersihand |
Method Summary | |
public static byte | toByte(String s) Transforms a String into a Byte. | public static String | toString(byte b) Transforms a byte into a String. |
DATE_TIME | final public static byte DATE_TIME(Code) | | Versioning strategy based on the date
|
NO_VERSION | final public static byte NO_VERSION(Code) | | |
STATE_COMPARISON | final public static byte STATE_COMPARISON(Code) | | |
VERSION_NUMBER | final public static byte VERSION_NUMBER(Code) | | |
strategy | public byte strategy(Code) | | The strategy followed
|
toByte | public static byte toByte(String s)(Code) | | Transforms a String into a Byte. The String must corresponds to local variables.
It returns the byte associated with the variable.
Parameters: s - String to transform. the byte associated to the String. |
toString | public static String toString(byte b)(Code) | | Transforms a byte into a String.
Parameters: b - the byte to transform. the String associated to the byte. |
|
|
|