CustomProp
Contents
[
Hide
]Inheritance: java.lang.Object
public class CustomProp
CustomProp structure.
Constructors
| Constructor | Description |
|---|---|
| CustomProp() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | CustomValue |
setName(String value)
public void setName(String value)
For the description of this property, please see getName()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setPropType(int value)
public void setPropType(int value)
For the description of this property, please see getPropType()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |