public abstract class Mutation extends Object implements Serializable
Class Evolution
,
Serialized FormModifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns true if the class name, class version and field name are equal
in this object and given object.
|
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.
|
int |
hashCode() |
String |
toString() |
public String getClassName()
public int getClassVersion()
public String getFieldName()
public boolean equals(Object other)
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.