Interface MasterDataEnum<E extends Entity>


public interface MasterDataEnum<E extends Entity>
Interface that enum dictionary of static masterdatas must implement.
Author:
mlaroche
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the UID of the target entity represented by the enum value
  • Method Details

    • getEntityUID

      UID<E> getEntityUID()
      Return the UID of the target entity represented by the enum value
      Returns:
      the target UID