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 TypeMethodDescriptionlong
id()
The unique name is composed of the local name of theLookupTable
in theModelObject
and the typedId of theModelObject
.
-
Method Details
-
uniqueName
String uniqueName()The unique name is composed of the local name of theLookupTable
in theModelObject
and the typedId of theModelObject
. It can be useful for use withPublicGroovyAPI
.- Returns:
- the uniqueName of the
LookupTable
- Since:
- 9.0 Hurricane
-
id
long id()- Returns:
- the id of the
LookupTable
- Since:
- 9.0 Hurricane
-