Interface ConstantNameProvider


public interface ConstantNameProvider
Provides descriptive names for integer constants
  • Method Summary

    Modifier and Type
    Method
    Description
    getName(int constant)
    Returns a descriptive name for the given constant.
  • Method Details

    • getName

      String getName(int constant)
      Returns a descriptive name for the given constant.
      Parameters:
      constant - A integer constant
      Returns:
      A descriptive name