Package org.passay.data
Enum GermanSequenceData
- All Implemented Interfaces:
Serializable,Comparable<GermanSequenceData>,SequenceData
german character sequence.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAlphabetical sequence.German QWERTZ keyboard sequence. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringError code.private final CharacterSequence[]Character sequences. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateGermanSequenceData(String code, CharacterSequence[] seqs) Creates new german sequence data. -
Method Summary
Modifier and TypeMethodDescriptionReturn the error code used for message resolution.static GermanSequenceDataReturns the enum constant of this type with the specified name.static GermanSequenceData[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Alphabetical
Alphabetical sequence. -
DEQwertz
German QWERTZ keyboard sequence.
-
-
Field Details
-
errorCode
Error code. -
sequences
Character sequences.
-
-
Constructor Details
-
GermanSequenceData
Creates new german sequence data.- Parameters:
code- Error code used for message resolution.seqs- One or more character sequences.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getErrorCode
Description copied from interface:SequenceDataReturn the error code used for message resolution.- Specified by:
getErrorCodein interfaceSequenceData- Returns:
- error code
-
getSequences
- Specified by:
getSequencesin interfaceSequenceData- Returns:
- one or more illegal character sequences.
-