Interface ModelLookupTablesContextReadOnly.ModelLookupTable

All Known Subinterfaces:
ModelLookupTablesContextReadWrite.MutableModelLookupTable
Enclosing interface:
ModelLookupTablesContextReadOnly

public static interface ModelLookupTablesContextReadOnly.ModelLookupTable
Represents a LookupTable owned by a ModelObject
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    id()
     
    The unique name is composed of the local name of the LookupTable in the ModelObject and the typedId of the ModelObject.
  • Method Details

    • uniqueName

      String uniqueName()
      The unique name is composed of the local name of the LookupTable in the ModelObject and the typedId of the ModelObject. It can be useful for use with PublicGroovyAPI.
      Returns:
      the uniqueName of the LookupTable
      Since:
      9.0 Hurricane
    • id

      long id()
      Returns:
      the id of the LookupTable
      Since:
      9.0 Hurricane