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