public class NameMasker extends Object
mask
names in a standard manner.Modifier and Type | Field and Description |
---|---|
static String |
LOWERCAMELCASE
The
lowercamelcase mask. |
static String |
LOWERCASE
The
lowercase mask. |
static String |
LOWERUNDERSCORE
The
lowerunderscore mask. |
static String |
NOACCENT
The
noaccent mask. |
static String |
NONE
The
none mask. |
static String |
NOSPACE
The
nospace mask. |
static String |
UNDERSCORE
The
underscore mask. |
static String |
UPPERCAMELCASE
The
uppercamelcase mask. |
static String |
UPPERCASE
The
uppercase mask. |
static String |
UPPERUNDERSCORE
The
upperunderscore mask. |
Constructor and Description |
---|
NameMasker() |
public static final String UPPERCASE
uppercase
mask.public static final String UNDERSCORE
underscore
mask.public static final String UPPERUNDERSCORE
upperunderscore
mask.public static final String LOWERCASE
lowercase
mask.public static final String LOWERUNDERSCORE
lowerunderscore
mask.public static final String UPPERCAMELCASE
uppercamelcase
mask.public static final String LOWERCAMELCASE
lowercamelcase
mask.public static final String NOSPACE
nospace
mask.public static final String NOACCENT
noaccent
mask.public static final String NONE
none
mask.public NameMasker()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.