| Modifier and Type | Field and Description |
|---|---|
| public static final QuoteStyle | |
| public static final QuoteStyle | |
| public static final QuoteStyle | |
| public static final QuoteStyle |
| Access | Constructor and Description |
|---|---|
| private |
| Modifier and Type | Method and Description |
|---|---|
| public static QuoteStyle | Returns: a QuoteStyle instance of null if invalid ordinalan int value ordinal)Return a QuoteStyle instance from an integer value. |
| public static QuoteStyle | |
| public static QuoteStyle[] |
| QUOTE_ALL | back to summary |
|---|---|
| public static final QuoteStyle QUOTE_ALL | |
| QUOTE_MINIMAL | back to summary |
|---|---|
| public static final QuoteStyle QUOTE_MINIMAL | |
| QUOTE_NONE | back to summary |
|---|---|
| public static final QuoteStyle QUOTE_NONE | |
| QUOTE_NONNUMERIC | back to summary |
|---|---|
| public static final QuoteStyle QUOTE_NONNUMERIC | |
| QuoteStyle | back to summary |
|---|---|
| private QuoteStyle() | |
| fromOrdinal | back to summary |
|---|---|
| public static QuoteStyle fromOrdinal(int ordinal) Return a QuoteStyle instance from an integer value.
| |
| valueOf | back to summary |
|---|---|
| public static QuoteStyle valueOf(String name) | |
| values | back to summary |
|---|---|
| public static QuoteStyle[] values() | |