com.ozacc.mail
クラス Mail.Importance

java.lang.Object
  上位を拡張 com.ozacc.mail.Mail.Importance
含まれているクラス:
Mail

public static class Mail.Importance
extends Object

メールの重要度。定数のみを定義。

バージョン:
$Id: Mail.java,v 1.10.2.7 2005/05/11 10:06:18 otsuka Exp $
作成者:
Tomohiro Otsuka

フィールドの概要
static String HIGH
          重要度「高」
static String LOW
          重要度「低」
static String NORMAL
          重要度「中」
 
コンストラクタの概要
Mail.Importance()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

HIGH

public static final String HIGH
重要度「高」

関連項目:
定数フィールド値

NORMAL

public static final String NORMAL
重要度「中」

関連項目:
定数フィールド値

LOW

public static final String LOW
重要度「低」

関連項目:
定数フィールド値
コンストラクタの詳細

Mail.Importance

public Mail.Importance()


Copyright © 2004-2006 OZACC. All Rights Reserved.