Package com.thepluginpeople.jemhod.api
Interface IHeaderBean
public interface IHeaderBean
A mime header wrapper that allows values to be set, added and removed
- Author:
- Fernado Boucquez
-
Method Summary
-
Method Details
-
getValues
- Returns:
- the values of the header.
-
getFirstValue
String getFirstValue()- Returns:
- the first value of the header.
-
getJoinedValue
- Parameters:
separator
- to joing the different values- Returns:
- the values of the header joined by a separator
-
getValueAsCSV
String getValueAsCSV() -
setValue
-
addValue
-
remove
void remove() -
getName
String getName()
-