public static enum EmbosserBrailleConverter.EightDotFallbackMethod extends java.lang.Enum<EmbosserBrailleConverter.EightDotFallbackMethod>
Enum Constant and Description |
---|
MASK
Mask the character.
|
REMOVE
Remove the character from output
|
REPLACE
Replace the character with a fixed replacement character
|
Modifier and Type | Method and Description |
---|---|
static EmbosserBrailleConverter.EightDotFallbackMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmbosserBrailleConverter.EightDotFallbackMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbosserBrailleConverter.EightDotFallbackMethod MASK
public static final EmbosserBrailleConverter.EightDotFallbackMethod REPLACE
public static final EmbosserBrailleConverter.EightDotFallbackMethod REMOVE
public static EmbosserBrailleConverter.EightDotFallbackMethod[] values()
for (EmbosserBrailleConverter.EightDotFallbackMethod c : EmbosserBrailleConverter.EightDotFallbackMethod.values()) System.out.println(c);
public static EmbosserBrailleConverter.EightDotFallbackMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null