public class MergeModeType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MergeModeType |
FUSE_BY_NAME
Fuse operation.
|
static MergeModeType |
MERGE_BY_ID
Merge operation
|
static MergeModeType |
UNKNOWN
Unknown mode.
|
Modifier | Constructor and Description |
---|---|
protected |
MergeModeType(java.lang.String name,
int ordinal)
Constructs a new status type with the specified name and ordinal.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Indicates whether some other object is "equal to" this enumerated type.
|
java.lang.String |
getName()
Retrieves the value of the
name instance variable. |
int |
getOrdinal()
Retrieves the value of the
ordinal instance variable. |
protected java.util.List |
getValues()
Retrieves the list of constants for this enumerated type.
|
int |
hashCode()
Retrieves a hash code value for this enumerated type.
|
java.lang.String |
toString()
Retrieves a textual representation of this enumerated type.
|
public static final MergeModeType MERGE_BY_ID
public static final MergeModeType FUSE_BY_NAME
public static final MergeModeType UNKNOWN
protected MergeModeType(java.lang.String name, int ordinal)
name
- The name of the new slot type.ordinal
- The ordinal for the new slot type.protected java.util.List getValues()
public java.lang.String getName()
name
instance variable.name
instance variable.public final int getOrdinal()
ordinal
instance variable.ordinal
instance variable.public final boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- The reference object with which to compare.true
if this enumerated type is the same as the
object argument; false
otherwise.Object.equals(Object)
public final int hashCode()
java.util.Hashtable
.hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()