Package com.smartgwt.client.types
Enum WriteToGeneratedFields
- All Implemented Interfaces:
- ValueEnum,- Serializable,- Comparable<WriteToGeneratedFields>,- Constable
Indicates the category of "generated fields" the Smart GWT Server should write values to, if defined on a 
DSRequest - see  writeToGeneratedFields.  At the time of writing we  only support one such category, but this may be extended in the
 future.- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionWritedsRequest-provided values for fields of typemodifier,creator,modifierTimestampandcreatorTimestamp
- 
Method SummaryModifier and TypeMethodDescriptiongetValue()static WriteToGeneratedFieldsReturns 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.
- 
Enum Constant Details- 
MODIFIERSANDTIMESTAMPSWritedsRequest-provided values for fields of typemodifier,creator,modifierTimestampandcreatorTimestampIf this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "modifiersAndTimestamps".
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getValue
 
-