Interface NamedAttribute

All Known Implementing Classes:
BasicNamedAttribute, RequestAttribute

public interface NamedAttribute
A simple named object.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the attribute name.
    Returns the attribute value.
  • Method Details

    • getName

      Returns the attribute name.
      Returns:
      The attribute name.
    • getValue

      Returns the attribute value.
      Returns:
      The attribute value.