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:
Y. Devaux

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

transactional

public static final byte transactional

none

public static final byte none

missing

public static final byte missing
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.