public static enum ProjectOptions.ApplyPropertyImageChoice extends java.lang.Enum<ProjectOptions.ApplyPropertyImageChoice>
| Enum Constant and Description | 
|---|
ON_PROPERTY  | 
ON_TYPE  | 
ON_TYPE_AND_NOTIFY  | 
| Modifier and Type | Method and Description | 
|---|---|
static ProjectOptions.ApplyPropertyImageChoice | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ProjectOptions.ApplyPropertyImageChoice[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ProjectOptions.ApplyPropertyImageChoice ON_TYPE_AND_NOTIFY
public static final ProjectOptions.ApplyPropertyImageChoice ON_TYPE
public static final ProjectOptions.ApplyPropertyImageChoice ON_PROPERTY
public static ProjectOptions.ApplyPropertyImageChoice[] values()
for (ProjectOptions.ApplyPropertyImageChoice c : ProjectOptions.ApplyPropertyImageChoice.values()) System.out.println(c);
public static ProjectOptions.ApplyPropertyImageChoice 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 null