org.apache.james.mime4j.stream
Class RawBody
java.lang.Object
org.apache.james.mime4j.stream.RawBody
public final class RawBody
- extends java.lang.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";
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getValue
public java.lang.String getValue()
getParams
public java.util.List<NameValuePair> getParams()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.