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)

속성을 찾습니다. 동적 속성 (Created by CreateDynamicProperty/SetProperty) 또는 네이티브 속성 (Identified by its name)일 수 있습니다.

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