Interface NameValuePair

All Superinterfaces:
Cloneable, MetaDataObject, Serializable, XMLizable
All Known Implementing Classes:
NameValuePair_impl

public interface NameValuePair extends MetaDataObject
A type of MetaDataObject that stores a name (String) and value (Object).
  • Method Details

    • getName

      String getName()
      Gets the name.
      Returns:
      the name
    • setName

      void setName(String aName)
      Sets the name.
      Parameters:
      aName - a name
    • getValue

      Object getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      void setValue(Object aValue)
      Sets the value.
      Parameters:
      aValue - a value