Class KeyConstants

java.lang.Object
org.apache.sis.util.resources.KeyConstants
Direct Known Subclasses:
Errors.Keys, Messages.Keys, Resources.Keys, Resources.Keys, Resources.Keys, Resources.Keys, Resources.Keys, Resources.Keys, Resources.Keys, Vocabulary.Keys

public class KeyConstants extends Object
Base class of Keys inner classes declaring key constants. This base class provides methods for fetching a key numeric value from its name and conversely.
Since:
0.8
Version:
0.8
See Also:
  • Field Details

  • Constructor Details

    • KeyConstants

      protected KeyConstants()
      For sub-classes constructors only.
    • KeyConstants

      KeyConstants(Class<?> keysClass)
      Creates a new instance for key constants defined in an independent class.
  • Method Details