org.apache.james.mime4j.field
Class UnstructuredField

java.lang.Object
  extended by org.apache.james.mime4j.field.AbstractField
      extended by org.apache.james.mime4j.field.UnstructuredField
All Implemented Interfaces:
ParsedField, Field

public class UnstructuredField
extends AbstractField

Simple unstructured field such as Subject.


Method Summary
 java.lang.String getValue()
           
 
Methods inherited from class org.apache.james.mime4j.field.AbstractField
getBody, getName, getParseException, getParser, getRaw, isValidField, parse, parse, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.