|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.versioning.VersionCopyMode
public final class VersionCopyMode
Just define the supported copy modes.
Field Summary | |
---|---|
static VersionCopyMode |
DEEP
|
static VersionCopyMode |
NONE
|
static VersionCopyMode |
REMOVE
|
static VersionCopyMode |
SHALLOW
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object versionCopyMode)
Compares a copy mode with me. |
int |
hashCode()
Produce a has code that equal elements have same hash code |
java.lang.String |
toString()
Deliver String representation |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final VersionCopyMode NONE
public static final VersionCopyMode SHALLOW
public static final VersionCopyMode DEEP
public static final VersionCopyMode REMOVE
Method Detail |
---|
public boolean equals(java.lang.Object versionCopyMode)
equals
in class java.lang.Object
versionCopyMode
- a copy mode
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |