Interface MetisListKey
- All Superinterfaces:
MetisFieldItem.MetisFieldItemType
- All Known Implementing Classes:
PrometheusDataSet.PrometheusCryptographyDataType
ListKey.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the item key.Obtain the item name.Obtain the list name.Methods inherited from interface io.github.tonywasher.joceanus.metis.field.MetisFieldItem.MetisFieldItemType
getClazz
-
Method Details
-
getItemKey
Integer getItemKey()Obtain the item key.- Returns:
- the item key
-
getListName
String getListName()Obtain the list name.- Returns:
- the list name
-
getItemName
String getItemName()Obtain the item name.- Specified by:
getItemNamein interfaceMetisFieldItem.MetisFieldItemType- Returns:
- the item name
-