Package io.vertigo.datamodel.data.model
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 TypeMethodDescriptionReturn the UID of the target entity represented by the enum value
-
Method Details
-
getEntityUID
Return the UID of the target entity represented by the enum value- Returns:
- the target UID
-