public static enum CommonLookupParam.WriteAccess extends Enum<CommonLookupParam.WriteAccess>
Enum Constant and Description |
---|
ALWAYS |
NEVER |
ON_CREATE |
REQUIRED |
WHEN_NULL |
Modifier and Type | Method and Description |
---|---|
static CommonLookupParam.WriteAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonLookupParam.WriteAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonLookupParam.WriteAccess ON_CREATE
public static final CommonLookupParam.WriteAccess ALWAYS
public static final CommonLookupParam.WriteAccess NEVER
public static final CommonLookupParam.WriteAccess WHEN_NULL
public static final CommonLookupParam.WriteAccess REQUIRED
public static CommonLookupParam.WriteAccess[] values()
for (CommonLookupParam.WriteAccess c : CommonLookupParam.WriteAccess.values()) System.out.println(c);
public static CommonLookupParam.WriteAccess valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.