Uses of Class
de.gebit.integrity.string.FormatTokenElement.FormatTokenType
-
Packages that use FormatTokenElement.FormatTokenType Package Description de.gebit.integrity.string -
-
Uses of FormatTokenElement.FormatTokenType in de.gebit.integrity.string
Methods in de.gebit.integrity.string that return FormatTokenElement.FormatTokenType Modifier and Type Method Description FormatTokenElement.FormatTokenTypeFormatTokenElement. getType()static FormatTokenElement.FormatTokenTypeFormatTokenElement.FormatTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static FormatTokenElement.FormatTokenType[]FormatTokenElement.FormatTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gebit.integrity.string with parameters of type FormatTokenElement.FormatTokenType Constructor Description FormatTokenElement(FormatTokenElement.FormatTokenType aType)Creates a new instance.FormatTokenElement(FormatTokenElement.FormatTokenType aType, String aReplacement)Creates a new instance.
-