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

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

public interface ContentTransferEncodingField
extends ParsedField


Method Summary
 String getEncoding()
          Gets the encoding 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

getEncoding

String getEncoding()
Gets the encoding defined in this field.

Returns:
the content ID or null if not set.


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