Enum DataKeys.MarriageModifier

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

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

  • Method Details

    • values

      public static DataKeys.MarriageModifier[] 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.MarriageModifier 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