|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object | +--com.infoteria.asteria.flowbuilder2.base.Properties
プロパティホルダの実装です。
| コンストラクタの概要 | |
Properties(BaseObject owner)
オーナーを指定してPropertiesを構築します。 |
|
| メソッドの概要 | |
void |
addProperty(Property prop)
プロパティを追加します。 |
void |
clear()
追加されているPropertyをすべてクリアします。 |
Properties |
clone(BaseObject owner)
別のオーナーを指定して複製を作成します。 |
String |
getName()
オーナーの名前を返します。 |
BaseObject |
getOwner()
オーナーを返します。 |
Iterator |
getProperties()
Propertyの一覧を返すIterator。 |
Property |
getProperty(int idx)
idx番目のPropertyを返します。 |
Property |
getProperty(String name)
名前を指定してPropertyを取得します。 |
int |
getPropertyCount()
Propertyの数を返します。 |
void |
insertProperty(Property prop,
int idx)
プロパティを挿入します。 |
void |
removeProperty(Property prop)
プロパティを削除します。 |
int |
size()
Propertyの数を返します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public Properties(BaseObject owner)
| メソッドの詳細 |
public String getName()
PropertyHolder 内の getNamepublic BaseObject getOwner()
public Property getProperty(String name)
PropertyHolder 内の getPropertypublic Iterator getProperties()
PropertyHolder 内の getPropertiespublic int getPropertyCount()
PropertyHolder 内の getPropertyCountpublic void addProperty(Property prop)
PropertyHolder 内の addProperty
public void insertProperty(Property prop,
int idx)
public void removeProperty(Property prop)
PropertyHolder 内の removePropertypublic int size()
public Property getProperty(int idx)
public void clear()
public Properties clone(BaseObject owner)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||