Interface IdentifiableEnum


public interface IdentifiableEnum
A contract for enums which represent foreign keys. Every enum used to represent a foreign key must implement this interface.
Author:
Collin Alpert
  • Method Summary

    Modifier and Type Method Description
    long getId()  
  • Method Details