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