|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.metafacades.uml.NameMasker
Provides the ability to mask names in a standard manner.
| Field Summary | |
static String |
LOWERCAMELCASE
The lowercamelcase mask. |
static String |
LOWERCASE
The lowercase mask. |
static String |
LOWERUNDERSCORE
The lowerunderscore 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 Summary | |
NameMasker()
|
|
| Method Summary | |
static String |
mask(String name,
String mask)
Returns the name with the appropriate mask applied. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
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 NONE
none mask.
| Constructor Detail |
public NameMasker()
| Method Detail |
public static String mask(String name,
String mask)
mask applied. The mask, must match one of the valid mask
properties or will be ignored.
name - the name to be maskedmask - the mask to apply
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||