Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Method and Description |
---|---|
static JavaIdentifier.NormalizationMode |
JavaIdentifier.NormalizationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaIdentifier.NormalizationMode[] |
JavaIdentifier.NormalizationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static JavaIdentifier |
JavaIdentifier.normalize(String text,
JavaIdentifier.NormalizationMode mode)
Normalizes text from the beginning of the given string to produce a
JavaIdentifier . |
Copyright © 2005–2014 The JOMC Project. All rights reserved.