Package cdc.issues

Interface NameValue

All Known Subinterfaces:
Meta, Param
All Known Implementing Classes:
MetaImpl, ParamImpl

public interface NameValue
Interface of a (name, value) pair.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getName

      String getName()
      Returns:
      The name.
    • getValue

      String getValue()
      Returns:
      The value (possibly null).