java.lang.Object
com.motivewave.platform.sdk.common.NVP

public class NVP extends Object
This class may be used to wrap a displayable name and a string value.
  • Constructor Details

    • NVP

      public NVP(String name, String value)
      Constructor.
      Parameters:
      name - displayable name
      value - string value
  • Method Details

    • getName

      public String getName()
      Gets the displayable name of the value.
      Returns:
      displayable name as a String
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • toString

      public String toString()
      Overrides:
      toString in class Object