Enum DataKeys.BurialModifier

java.lang.Object
java.lang.Enum<DataKeys.BurialModifier>
ch.stegmaier.java2tex.genealogytree.DataKeys.BurialModifier
All Implemented Interfaces:
DataKeys.Modifier, Serializable, Comparable<DataKeys.BurialModifier>, java.lang.constant.Constable
Enclosing class:
DataKeys

public static enum DataKeys.BurialModifier extends Enum<DataKeys.BurialModifier> implements DataKeys.Modifier
  • Enum Constant Details

  • Method Details

    • values

      public static DataKeys.BurialModifier[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DataKeys.BurialModifier valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getModifier

      public String getModifier()
      Specified by:
      getModifier in interface DataKeys.Modifier