org.apache.james.mime4j.field
Class ContentIdFieldImpl
java.lang.Object
org.apache.james.mime4j.field.AbstractField
org.apache.james.mime4j.field.ContentIdFieldImpl
- All Implemented Interfaces:
- ContentIdField, ParsedField, Field
public class ContentIdFieldImpl
- extends AbstractField
- implements ContentIdField
Represents a Content-Transfer-Encoding
field.
Method Summary |
String |
getId()
Gets the content ID defined in this field. |
PARSER
public static final FieldParser<ContentIdField> PARSER
getId
public String getId()
- Description copied from interface:
ContentIdField
- Gets the content ID defined in this field.
- Specified by:
getId
in interface ContentIdField
- Returns:
- the content ID or
null
if not set.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.