org.objectweb.speedo.metadata
Class SpeedoModifier
java.lang.Object
org.objectweb.speedo.metadata.SpeedoModifier
- public abstract class SpeedoModifier
- extends java.lang.Object
This class represents the possible values for the attribute persistence-modifier
of a field.
- Author:
- S.Chassande-Barrioz
Method Summary |
static byte |
toByte(java.lang.String s)
Transforms a String into a byte. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
persistent
public static final byte persistent
- See Also:
- Constant Field Values
transactional
public static final byte transactional
- See Also:
- Constant Field Values
none
public static final byte none
- See Also:
- Constant Field Values
missing
public static final byte missing
- See Also:
- Constant Field Values
SpeedoModifier
public SpeedoModifier()
toByte
public static byte toByte(java.lang.String s)
- Transforms a String into a byte.
- Parameters:
s
- the string to transform.
- Returns:
- a byte corresponding to the string.