|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.persist.evolve.Mutation
public abstract class Mutation
The base class for all mutations.
Constructor Summary | |
---|---|
Mutation(java.lang.String className,
int classVersion,
java.lang.String fieldName)
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the class to which this mutation applies. |
int |
getClassVersion()
Returns the class version to which this mutation applies. |
java.lang.String |
getFieldName()
Returns the field name to which this mutation applies, or null if this mutation applies to the class itself. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Mutation(java.lang.String className, int classVersion, java.lang.String fieldName)
Method Detail |
---|
public java.lang.String getClassName()
public int getClassVersion()
public java.lang.String getFieldName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |