public enum ConvertEntity extends Enum<ConvertEntity>
Enum Constant and Description |
---|
NONE
Do not convert entities.
|
QUOTE
Conversion mode for all special characters.
|
STANDARD
Conversion mode for standard unicode characters.
|
Modifier and Type | Method and Description |
---|---|
static ConvertEntity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConvertEntity NONE
public static final ConvertEntity STANDARD
public static final ConvertEntity QUOTE
public static ConvertEntity[] values()
for (ConvertEntity c : ConvertEntity.values()) System.out.println(c);
public static ConvertEntity valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210