Module dev.metaschema.core
Interface IDecimalMapKey
- All Superinterfaces:
IMapKey
An
IMapItem key based on an IDecimalItem.-
Method Summary
Modifier and TypeMethodDescriptionGet this key's value as a decimal.getKey()Get the atomic item used as the key.default booleanDetermine if this key is the same as another key.
-
Method Details
-
getKey
IDecimalItem getKey()Description copied from interface:IMapKeyGet the atomic item used as the key. -
asDecimal
Get this key's value as a decimal.- Returns:
- the equivalent decimal value
-
isSameKey
Description copied from interface:IMapKeyDetermine if this key is the same as another key.
-