Enum GermanSequenceData

java.lang.Object
java.lang.Enum<GermanSequenceData>
org.passay.data.GermanSequenceData
All Implemented Interfaces:
Serializable, Comparable<GermanSequenceData>, SequenceData

public enum GermanSequenceData extends Enum<GermanSequenceData> implements SequenceData
german character sequence.
  • Enum Constant Details

    • Alphabetical

      public static final GermanSequenceData Alphabetical
      Alphabetical sequence.
    • DEQwertz

      public static final GermanSequenceData DEQwertz
      German QWERTZ keyboard sequence.
  • Field Details

    • errorCode

      private final String errorCode
      Error code.
    • sequences

      private final CharacterSequence[] sequences
      Character sequences.
  • Constructor Details

    • GermanSequenceData

      private GermanSequenceData(String code, CharacterSequence[] seqs)
      Creates new german sequence data.
      Parameters:
      code - Error code used for message resolution.
      seqs - One or more character sequences.
  • Method Details

    • values

      public static GermanSequenceData[] 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 GermanSequenceData 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
    • getErrorCode

      public String getErrorCode()
      Description copied from interface: SequenceData
      Return the error code used for message resolution.
      Specified by:
      getErrorCode in interface SequenceData
      Returns:
      error code
    • getSequences

      public CharacterSequence[] getSequences()
      Specified by:
      getSequences in interface SequenceData
      Returns:
      one or more illegal character sequences.