|
|||||||||
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(String className,
int classVersion,
String fieldName)
|
Method Summary | |
---|---|
String |
getClassName()
Returns the class to which this mutation applies. |
int |
getClassVersion()
Returns the class version to which this mutation applies. |
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(String className, int classVersion, String fieldName)
Method Detail |
---|
public String getClassName()
public int getClassVersion()
public String getFieldName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |