Package | Description |
---|---|
com.bayesia.api | |
com.bayesia.api.format |
Modifier and Type | Method and Description |
---|---|
static APIUtils.LETTER_CASE |
APIUtils.LETTER_CASE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIUtils.LETTER_CASE[] |
APIUtils.LETTER_CASE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
APIUtils.LETTER_CASE |
StringFormatter.getLetterCase()
Returns the letter case used to format a value.
|
Modifier and Type | Method and Description |
---|---|
void |
StringFormatter.setLetterCase(APIUtils.LETTER_CASE letterCase)
Sets the letter case used to format a value.
|
Constructor and Description |
---|
StringFormatter(APIUtils.LETTER_CASE letterCase)
Creates an instance with two specified letter case.
|