Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Method and Description |
---|---|
JavaIdentifier |
Property.getJavaConstantName()
Gets the Java constant name of the message.
|
JavaIdentifier |
Message.getJavaConstantName()
Gets the Java constant name of the message.
|
JavaIdentifier |
Dependency.getJavaConstantName()
Gets the Java constant name of the dependency.
|
JavaIdentifier |
Property.getJavaGetterMethodName()
Gets the Java getter method name of the property.
|
JavaIdentifier |
Message.getJavaGetterMethodName()
Gets the Java getter method name of the message.
|
JavaIdentifier |
Dependency.getJavaGetterMethodName()
Gets the Java getter method name of the dependency.
|
JavaIdentifier |
Property.getJavaSetterMethodName()
Gets the Java setter method name of the property.
|
JavaIdentifier |
Message.getJavaSetterMethodName()
Gets the Java setter method name of the message.
|
JavaIdentifier |
Dependency.getJavaSetterMethodName()
Gets the Java setter method name of the dependency.
|
JavaIdentifier |
Property.getJavaVariableName()
Gets the Java variable name of the property.
|
JavaIdentifier |
Message.getJavaVariableName()
Gets the Java variable name of the message.
|
JavaIdentifier |
Dependency.getJavaVariableName()
Gets the Java variable name of the dependency.
|
JavaIdentifier |
Argument.getJavaVariableName()
Gets the Java variable name of the argument.
|
static JavaIdentifier |
JavaIdentifier.normalize(String text,
JavaIdentifier.NormalizationMode mode)
Normalizes text from the beginning of the given string to produce a
JavaIdentifier . |
static JavaIdentifier |
JavaIdentifier.parse(String text)
Parses text from the beginning of a given string to produce a
JavaIdentifier instance. |
static JavaIdentifier |
JavaIdentifier.valueOf(String text)
Parses text from the beginning of a given string to produce a
JavaIdentifier instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.