|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.ReferenceUpdateMode
public final class ReferenceUpdateMode
The ReferenceUpdateMode class describes the reference update
modes.
| Field Summary | |
|---|---|
static int |
_AUTO
Returns the int value corresponding to "AUTO" ReferenceUpdateMode |
static int |
_DISABLED
Returns the int value corresponding to "DISABLED" ReferenceUpdateMode |
static int |
_USER_DEFINED
Returns the int value corresponding to "USER_DEFINED" ReferenceUpdateMode |
static ReferenceUpdateMode |
AUTO
Automatic reference update. |
static ReferenceUpdateMode |
DISABLED
Disabled the Track Data feature on the document. |
static ReferenceUpdateMode |
USER_DEFINED
Reference update was made on user demand. |
| Method Summary | |
|---|---|
static ReferenceUpdateMode |
fromInt(int val)
Create a ReferenceUpdateMode instance corresponding to
val. |
java.lang.String |
toString()
Returns the String representation of this update mode. |
int |
value()
Returns the int value of this update mode. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _AUTO
public static final int _USER_DEFINED
public static final int _DISABLED
public static final ReferenceUpdateMode AUTO
public static final ReferenceUpdateMode USER_DEFINED
public static final ReferenceUpdateMode DISABLED
| Method Detail |
|---|
public int value()
int value of this update mode.
int value of this update mode.public java.lang.String toString()
String representation of this update mode.
toString in class java.lang.ObjectString representation of this update mode.public static ReferenceUpdateMode fromInt(int val)
ReferenceUpdateMode instance corresponding to
val.
The object returned will be either a ReferenceUpdateMode ref
for which ref.value() == value, or null
when value does not correspond to a
ReferenceUpdateMode.
val - An int value corresponding to a
ReferenceUpdateMode
ReferenceUpdateMode instance corresponding to
value, or null when
value does not correspond to a
ReferenceUpdateMode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||