public static enum PropWriter.CHARSET extends Enum<PropWriter.CHARSET>
Modifier and Type | Method and Description |
---|---|
Charset |
getAlias() |
static PropWriter.CHARSET |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropWriter.CHARSET[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropWriter.CHARSET UTF8
public static final PropWriter.CHARSET Latin1
public static PropWriter.CHARSET[] values()
for (PropWriter.CHARSET c : PropWriter.CHARSET.values()) System.out.println(c);
public static PropWriter.CHARSET 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 nullpublic Charset getAlias()
Copyright © 2016 Zanata Project. All rights reserved.