Module aeonics.core
Package aeonics.util

Interface Documented

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      java.lang.String description()
      Returns a longer description of this class instance.
      default Data export()
      Renders this class instance to a simple data structure for rendering client-side.
      java.lang.String name()
      Returns the friendly name of this instance.
      java.lang.String summary()
      Returns the short summary about this class instance
    • Method Detail

      • name

        java.lang.String name()
        Returns the friendly name of this instance. Ideally this should be unique.
        Returns:
        the instance name
      • summary

        java.lang.String summary()
        Returns the short summary about this class instance
        Returns:
        the summary text
      • export

        default Data export()
        Description copied from interface: Exportable
        Renders this class instance to a simple data structure for rendering client-side.
        Specified by:
        export in interface Exportable
        Returns:
        a public data representation of this class instance