com.sun.mail.imap.protocol
类 FLAGS

java.lang.Object
  继承者 javax.mail.Flags
      继承者 com.sun.mail.imap.protocol.FLAGS
所有已实现的接口:
Item, Serializable, Cloneable

public class FLAGS
extends Flags
implements Item

This class

版本:
1.10, 07/05/04
作者:
John Mani
另请参见:
序列化表格

嵌套类摘要
 
从类 javax.mail.Flags 继承的嵌套类/接口
Flags.Flag
 
字段摘要
 int msgno
           
 
构造方法摘要
FLAGS(IMAPResponse r)
          Constructor
 
方法摘要
 
从类 javax.mail.Flags 继承的方法
add, add, add, clone, contains, contains, contains, equals, getSystemFlags, getUserFlags, hashCode, remove, remove, remove
 
从类 java.lang.Object 继承的方法
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

msgno

public int msgno
构造方法详细信息

FLAGS

public FLAGS(IMAPResponse r)
      throws ParsingException
Constructor

抛出:
ParsingException


Copyright © 2013. All Rights Reserved.