public enum WriteToGeneratedFields extends java.lang.Enum<WriteToGeneratedFields> implements ValueEnum
DSRequest
- see writeToGeneratedFields
. At the time of writing we only support one such category, but this may be extended in the
future.Enum Constant and Description |
---|
MODIFIERSANDTIMESTAMPS
Write
dsRequest -provided values for fields of type modifier , creator ,
modifierTimestamp and creatorTimestamp |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static WriteToGeneratedFields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WriteToGeneratedFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WriteToGeneratedFields MODIFIERSANDTIMESTAMPS
dsRequest
-provided values for fields of type modifier
, creator
,
modifierTimestamp
and creatorTimestamp
If this enumerated value is used in a Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "modifiersAndTimestamps".
public static WriteToGeneratedFields[] values()
for (WriteToGeneratedFields c : WriteToGeneratedFields.values()) System.out.println(c);
public static WriteToGeneratedFields 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