|
Berkeley DB Java Edition version 3.0.12 |
|||||||||
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.
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 |
Method Detail |
---|
public String getClassName()
public int getClassVersion()
public String getFieldName()
|
Berkeley DB Java Edition version 3.0.12 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |