Interface NamedValue

All Known Subinterfaces:
LocalizedNamedValue
All Known Implementing Classes:
LocalizedNamedValueImpl, NamedValueImpl

public interface NamedValue
Describes a list of operations that are available on the basic type NamedValue which contains values with names/descriptions
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the current instance
    int
    Returns the identifier of the current instance
  • Method Details

    • getId

      int getId()
      Returns the identifier of the current instance
      Returns:
      - the identifier of the current instance
    • getDescription

      String getDescription()
      Returns the description of the current instance
      Returns:
      - the description of the current instance