Interface ConstantNameProvider
- 
public interface ConstantNameProviderProvides descriptive names for integer constants 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName(int constant)Returns a descriptive name for the givenconstant. 
 -