Interface MasterDataEnum<E extends Entity>
-
public interface MasterDataEnum<E extends Entity>
Interface that enum dictionary of static masterdatas must implement.- Author:
- mlaroche
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UID<E>
getEntityUID()
Return the UID of the target entity represented by the enum value
-