Interface GeneratedTemporal

All Known Subinterfaces:
GeneratedTBigint, GeneratedTFloat, GeneratedTInt, GeneratedTNumber

public interface GeneratedTemporal
Generated OO surface for Temporal.

Derived from the MEOS object model (objectModel.classes.Temporal) by ObjectLayerGenerator. Each method carries the canonical camelCase name from the object model and delegates to the matching GeneratedFunctions wrapper, supplying the receiver through getInner() and wrapping the result back into the object layer. A class adopts the surface by implementing this interface; the hand class provides the contract methods getInner, getCustomType and getTemporalType.