|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.metadata.SpeedoModifier
This class represents the possible values for the attribute persistence-modifier of a field.
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 |
public static final byte persistent
public static final byte transactional
public static final byte none
public static final byte missing
Constructor Detail |
public SpeedoModifier()
Method Detail |
public static byte toByte(java.lang.String s)
s
- the string to transform.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |