CustomProp

Inheritance: java.lang.Object

public class CustomProp

CustomProp structure.

Constructors

ConstructorDescription
CustomProp()

Methods

MethodDescription
equals(Object arg0)
getClass()
getCustomValue()Value of property.
getName()The name of the custom property.
getPropType()The data type of the custom property.
hashCode()
notify()
notifyAll()
setCustomValue(CustomValue value)For the description of this property, please see getCustomValue()
setName(String value)For the description of this property, please see getName()
setPropType(int value)For the description of this property, please see getPropType()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CustomProp()

public CustomProp()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCustomValue()

public CustomValue getCustomValue()

Value of property.

Returns: CustomValue

getName()

public String getName()

The name of the custom property.

Returns: java.lang.String

getPropType()

public int getPropType()

The data type of the custom property.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCustomValue(CustomValue value)

public void setCustomValue(CustomValue value)

For the description of this property, please see getCustomValue()

Parameters:

ParameterTypeDescription
valueCustomValue

setName(String value)

public void setName(String value)

For the description of this property, please see getName()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPropType(int value)

public void setPropType(int value)

For the description of this property, please see getPropType()

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int