org.nuiton.eugene.java
Class ConstantsManagerExtension

java.lang.Object
  extended by org.nuiton.eugene.java.ConstantsManagerExtension

Deprecated. since 2.3, use now the class ConstantsManagerExtension

@Deprecated
public class ConstantsManagerExtension
extends Object

Since:
?
Author:
tchemit

Field Summary
protected  ConstantsManager manager
          Deprecated. the unique manager to use
static String OBJECTMODEL_EXTENSION
          Deprecated. Extension static used to identify ConstantsManagerExtension in ObjectModel
 
Constructor Summary
ConstantsManagerExtension()
          Deprecated.  
 
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
 

Field Detail

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

Constructor Detail

ConstantsManagerExtension

public ConstantsManagerExtension()
Deprecated. 
Method Detail

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.