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- 
getNameReturns the attribute name.- Returns:
- The attribute name.
 
- 
getValueReturns the attribute value.- Returns:
- The attribute value.
 
 
-