javax.mail
Class FetchProfile.Item

java.lang.Object
  extended byjavax.mail.FetchProfile.Item
Direct Known Subclasses:
UIDFolder.FetchProfileItem
Enclosing class:
FetchProfile

public static class FetchProfile.Item
extends Object


Field Summary
static FetchProfile.Item CONTENT_INFO
           
static FetchProfile.Item ENVELOPE
           
static FetchProfile.Item FLAGS
           
 
Constructor Summary
protected FetchProfile.Item(String header)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_INFO

public static final FetchProfile.Item CONTENT_INFO

ENVELOPE

public static final FetchProfile.Item ENVELOPE

FLAGS

public static final FetchProfile.Item FLAGS
Constructor Detail

FetchProfile.Item

protected FetchProfile.Item(String header)
Method Detail

equals

public boolean equals(Object other)

hashCode

public int hashCode()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.