org.nuiton.eugene.java
Class ConstantsManagerExtension
java.lang.Object
org.nuiton.eugene.java.ConstantsManagerExtension
Deprecated. since 2.3, use now the class ConstantsManagerExtension
@Deprecated
public class ConstantsManagerExtension
- extends Object
- Since:
- ?
- Author:
- tchemit
|
Method Summary |
String |
getConstantName(String propertyName)
Deprecated. Obtain a constant nmae from a property name and store it in cache
the first time it had to build it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECTMODEL_EXTENSION
public static final String OBJECTMODEL_EXTENSION
- Deprecated.
- Extension static used to identify
ConstantsManagerExtension in
ObjectModel
- See Also:
- Constant Field Values
manager
protected ConstantsManager manager
- Deprecated.
- the unique manager to use
ConstantsManagerExtension
public ConstantsManagerExtension()
- Deprecated.
getConstantName
public String getConstantName(String propertyName)
- Deprecated.
- Obtain a constant nmae from a property name and store it in cache
the first time it had to build it.
- Parameters:
propertyName - the propertyName to convert
- Returns:
- the equivalent constant name
Copyright © 2004-2010 CodeLutin. All Rights Reserved.