|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<UpdateModeEnum> it.stefanochizzolini.clown.files.UpdateModeEnum
public enum UpdateModeEnum
Enum Constant Summary | |
---|---|
Automatic
Automatically update every original indirect object that is requested, indipendently from any actual modification (early registration). |
|
Manual
Delegate the update management of original indirect objects to the client commitment (late registration). |
Method Summary | |
---|---|
static UpdateModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UpdateModeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UpdateModeEnum Manual
Suitable for incremental update.
public static final UpdateModeEnum Automatic
Suitable for compact update.
Method Detail |
---|
public static UpdateModeEnum[] values()
for (UpdateModeEnum c : UpdateModeEnum.values()) System.out.println(c);
public static UpdateModeEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |