org.apache.james.mime4j.stream
Class RawBody
java.lang.Object
org.apache.james.mime4j.stream.RawBody
public final class RawBody
- extends Object
This class represents a field's body consisting of a textual value and a number of optional
name / value parameters separated with semicolon.
value; param1 = value1; param2 = "value2";
getValue
public String getValue()
getParams
public List<NameValuePair> getParams()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.