org.apache.james.mime4j.dom.field
Interface ContentDescriptionField

All Superinterfaces:
Field, ParsedField
All Known Implementing Classes:
ContentDescriptionFieldImpl

public interface ContentDescriptionField
extends ParsedField


Method Summary
 java.lang.String getDescription()
          Gets the content description defined in this field.
 
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
getParseException, isValidField
 
Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getRaw
 

Method Detail

getDescription

java.lang.String getDescription()
Gets the content description defined in this field.

Returns:
the content description or null if not set.


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