Package org.apache.juneau.rest.httppart
Interface NamedAttribute
- All Known Implementing Classes:
BasicNamedAttribute
,RequestAttribute
public interface NamedAttribute
A simple named object.
See Also:
-
Method Summary
-
Method Details
-
getName
Returns the attribute name.- Returns:
- The attribute name.
-
getValue
Returns the attribute value.- Returns:
- The attribute value.
-