Interface PersistentProperty.EnumConstant

Enclosing interface:
PersistentProperty

public static interface PersistentProperty.EnumConstant
The enum constant.
Since:
4.13
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
  • Method Details

    • name

      String name()
      Returns:
      The name of the enum constant.
    • ordinal

      int ordinal()
      Returns:
      The ordinal of the enum constant.