org.objectweb.speedo.metadata
Class SpeedoModifier

java.lang.Object
  extended byorg.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

Field Summary
static byte missing
           
static byte none
           
static byte persistent
           
static byte transactional
           
 
Constructor Summary
SpeedoModifier()
           
 
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
 

Field Detail

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
Constructor Detail

SpeedoModifier

public SpeedoModifier()
Method Detail

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.