Interface IntegerMappedEnum


public interface IntegerMappedEnum
Interface used to mark Enums that can be mapped to and from an int, used together with IntegerMappedTranslator.
Author:
Andreas Holstenson
  • Method Summary

    Modifier and Type Method Description
    int getMappedValue()
    Get the value that is enum should mapped to.
  • Method Details

    • getMappedValue

      int getMappedValue()
      Get the value that is enum should mapped to.
      Returns: