| Package | Description |
|---|---|
| net.mdatools.modelant.core.operation.format |
| Modifier and Type | Class and Description |
|---|---|
class |
FormatAbbreviated
Convert a string to a constant name by:
Abbreviate each word in the name, except the last one to its first letter in upper case.
|
class |
FormatAllCapital
Concatenate the words without separators, where all words are in upper case, separated by "_"
|
class |
FormatAllLower
Concatenate the words without separators, where all words are in lower case
|
class |
FormatFirstCapital
Concatenate the words without separators, where every word is with first letter capitalized
|
class |
FormatFirstLower
Concatenate the words without separators, where first one is in lower case, any next one
is with first letter capitalized
|
class |
FormatHumanReadable
Concatenate the words separated by a space, where first one starts with upper case, any next one
is in lower case
|
class |
FormatPackageName
Concatenate the words "." separators, where all words are in lower case.
|
Copyright © 2001–2018 MDA Tools. All rights reserved.