public static enum DBObject.DenormalizeAction extends java.lang.Enum<DBObject.DenormalizeAction>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
mode
the mode
|
| Modifier and Type | Method and Description |
|---|---|
static DBObject.DenormalizeAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBObject.DenormalizeAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBObject.DenormalizeAction POPULATE
public static final DBObject.DenormalizeAction CLEAR
public static DBObject.DenormalizeAction[] values()
for (DBObject.DenormalizeAction c : DBObject.DenormalizeAction.values()) System.out.println(c);
public static DBObject.DenormalizeAction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.