PropertyCollection

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Iterable

public class PropertyCollection implements Iterable<Property>

プロパティのコレクション

メソッド

メソッド説明
equals(Object arg0)
findProperty(String property)プロパティを検索します。
get(int idx)インデックスでプロパティを取得します。
get(String property)プロパティ名でプロパティの値を取得します。
getClass()
hashCode()
iterator()コレクションを反復する列挙子を返します。
notify()
notifyAll()
removeProperty(Property property)動的プロパティを削除します。
removeProperty(String property)動的プロパティを削除します。
set(String property, Object value)プロパティ名でプロパティの値を設定します。
size()宣言されたプロパティの数を取得します。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメーター説明
arg0java.lang.Object

Returns: boolean

findProperty(String property)

public Property findProperty(String property)

プロパティを検索します。動的プロパティ(CreateDynamicProperty/SetProperty により作成)またはネイティブプロパティ(名前で識別)になる可能性があります。

Parameters:

パラメーター説明
プロパティjava.lang.Stringプロパティ名。

Returns: Property - The property.

get(int idx)

public Property get(int idx)

インデックスでプロパティを取得します。

Parameters:

パラメーター説明
idxintプロパティの0ベースインデックス

Returns: Property - the property by index.

get(String property)

public Object get(String property)

プロパティ名でプロパティの値を取得します。

Parameters:

パラメーター説明
プロパティjava.lang.Stringプロパティの名前

Returns: java.lang.Object - プロパティの値

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

iterator()

public Iterator<Property> iterator()

コレクションを反復する列挙子を返します。

Returns: java.util.Iterator<com.aspose.threed.Property>

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

removeProperty(Property property)

public boolean removeProperty(Property property)

動的プロパティを削除します。

Parameters:

パラメーター説明
propertyProperty削除するプロパティ

Returns: boolean - プロパティが正常に削除された場合は true

removeProperty(String property)

public boolean removeProperty(String property)

動的プロパティを削除します。

Parameters:

パラメーター説明
プロパティjava.lang.String削除するプロパティ

Returns: boolean - プロパティが正常に削除された場合は true

set(String property, Object value)

public void set(String property, Object value)

プロパティ名でプロパティの値を設定します。

Parameters:

パラメーター説明
プロパティjava.lang.Stringプロパティの名前
java.lang.Object新しい値

size()

public int size()

宣言されたプロパティの数を取得します。

Returns: int - 宣言されたプロパティの数。

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int