Searched defs:Entity (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/message/
H A DEntity.java33 * @version $Id: Entity.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $
35 public abstract class Entity { class
38 private Entity parent = null;
46 public Entity getParent() {
56 public void setParent(Entity parent) {
98 * Determines the MIME type of this <code>Entity</code>. The MIME type
100 * Content-Type field is set for this <code>Entity</code>.
116 * Determines the MIME character set encoding of this <code>Entity</code>.
126 * Determines the transfer encoding of this <code>Entity</code>.
138 * Determines if the MIME type of this <code>Entity</cod
[all...]
/packages/apps/Browser/src/com/android/browser/homepages/
H A DTemplate.java51 interface Entity { interface in class:Template
65 static class StringEntity implements Entity {
80 static class SimpleEntity implements Entity {
95 static class ListEntity implements Entity {
165 private List<Entity> mTemplate;
172 mTemplate = new ArrayList<Entity>();
231 for (Entity ent : mTemplate) {

Completed in 186 milliseconds