|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.ogis_ri.citk.policytool.view.common.RealmComboBoxItem
public class RealmComboBoxItem
レルムコンボボックスの項目.
| 入れ子のクラスの概要 | |
|---|---|
static class |
RealmComboBoxItem.Type
レルムコンボボックス項目の種類を表す列挙体 |
| フィールドの概要 | |
|---|---|
static RealmComboBoxItem |
ALL_REALM
すべてのレルムを表すレルムコンボボックス項目. |
| コンストラクタの概要 | |
|---|---|
RealmComboBoxItem(String name,
Realm model)
通常のレルムコンボボックス項目種類の, 新しい RealmComboBoxItem を構築する. |
|
RealmComboBoxItem(String name,
Realm model,
RealmComboBoxItem.Type type)
項目名と種類を指定して, 新しい RealmComboBoxItem を構築する. |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(Object obj)
|
Realm |
getRealmModel()
レルムのモデルを取得する. |
String |
getRealmName()
レルム名を取得する. |
RealmComboBoxItem.Type |
getType()
レルムコンボボックス項目の種類を取得する. |
int |
hashCode()
|
String |
toString()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final RealmComboBoxItem ALL_REALM
| コンストラクタの詳細 |
|---|
public RealmComboBoxItem(String name,
Realm model)
name - レルム名.
public RealmComboBoxItem(String name,
Realm model,
RealmComboBoxItem.Type type)
name - レルム名.type - レルムコンボボックス項目の種類.| メソッドの詳細 |
|---|
public String getRealmName()
public Realm getRealmModel()
public RealmComboBoxItem.Type getType()
public String toString()
Object 内の toStringpublic boolean equals(Object obj)
Object 内の equalspublic int hashCode()
Object 内の hashCode
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||