Berkeley DB Java Edition
version 3.0.12

com.sleepycat.persist.evolve
Class Mutation

java.lang.Object
  extended by com.sleepycat.persist.evolve.Mutation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Conversion, Deleter, Renamer

public abstract class Mutation
extends Object
implements Serializable

The base class for all mutations.

Author:
Mark Hayes
See Also:
Serialized Form

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

getClassName

public String getClassName()
Returns the class to which this mutation applies.


getClassVersion

public int getClassVersion()
Returns the class version to which this mutation applies.


getFieldName

public String getFieldName()
Returns the field name to which this mutation applies, or null if this mutation applies to the class itself.


Berkeley DB Java Edition
version 3.0.12

Copyright (c) 1996-2006 Sleepycat Software, Inc. - All rights reserved.