Package io.micronaut.data.model
Interface PersistentProperty.EnumConstant
- Enclosing interface:
- PersistentProperty
public static interface PersistentProperty.EnumConstant
The enum constant.
- Since:
- 4.13
-
Method Summary
-
Method Details
-
name
String name()- Returns:
- The name of the enum constant.
-
ordinal
int ordinal()- Returns:
- The ordinal of the enum constant.
-