Interface ConstantNameProvider
-
public interface ConstantNameProvider
Provides descriptive names for integer constants
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName(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
-
-