com.mentata.l3d
Interface L3DGenerated
- All Known Implementing Classes:
- SG8ConstantAttribute, SG8FilterAttribute, SG8ReverseDnAttribute, SG8ReverseNestAttribute
- public interface L3DGenerated
Attributes with values manufactured at runtime.
This interface for L3DAttributes enables values to be defined at runtime through the overriding of a single method. In other words, rather than being based on data stored explicitly as attribute values in the database, a generated attribute is one that has values somehow derived from the entry, containing object, or containing context.
- Since:
- 0.7
- Author:
- Jon Roberts
|
Method Summary |
void |
generate()
Generates the values for the attribute. |
generate
public void generate()
- Generates the values for the attribute.