Serializable, Comparable<Nls.Capitalization>public static enum Nls.Capitalization extends Enum<Nls.Capitalization>
| Enum Constant | Description |
|---|---|
NotSpecified |
|
Sentence |
e.g.
|
Title |
e.g.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Nls.Capitalization |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Nls.Capitalization[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nls.Capitalization NotSpecified
public static final Nls.Capitalization Title
public static final Nls.Capitalization Sentence
public static Nls.Capitalization[] values()
for (Nls.Capitalization c : Nls.Capitalization.values()) System.out.println(c);
public static Nls.Capitalization 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 © 2018 MARID software development group. All rights reserved.