Class Preset
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.Item
de.espirit.firstspirit.access.store.templatestore.gom.Preset
- All Implemented Interfaces:
- ValueOfContractor,- Serializable
- Direct Known Subclasses:
- DatePreset,- InitialPreset
Interface representing the general gom preset modes. An enum type is not applicable to replace this mode
 designating type to allow for optionally extending the kind and number of available modes.
- Since:
- 4.0.55
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface de.espirit.common.text.ValueOfContractorValueOfContractor.Invoke
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
DEFAULTThe default preset mode.- Since:
- 4.0.55
- See Also:
 
 
- 
- 
Constructor Details- 
PresetConstructor taking the preset mode name.- Parameters:
- name- The preset's name.
- Since:
- 4.0.55
 
 
- 
- 
Method Details- 
isDefaultpublic boolean isDefault()Indicates this preset mode to be the default one.- Returns:
- true, if this is the default preset.
- Since:
- 4.0.55
 
- 
isCopypublic boolean isCopy()Indicates this preset mode to be the copy setting.- Returns:
- true, if this is the copy preset.
- Since:
- 4.0.55
 
- 
valueOfFactory to provide a matching preset mode to the given name.- Parameters:
- name- The name.
- Returns:
- The matching preset mode.
- Since:
- 4.0.55
 
 
-