User
Inheritance: java.lang.Object
public class User
Contains a work area for entering formulas in user-specific elements that are referred to by other elements and add-on tools.
Constructors
| Constructor | Description |
|---|---|
| User() | Constructor. |
Methods
| Method | Description |
|---|---|
| deepClone() | Creates deep copy of this instance. |
| equals(Object arg0) | |
| getClass() | |
| getDel() | A flag indicating whether the element has been deleted locally. |
| getID() | The unique ID of the element within its parent element. |
| getName() | The name of the element. |
| getNameU() | The universal name of the element. |
| getPrompt() | It specifies a descriptive prompt or comment for the user-defined element. |
| getValue() | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setDel(int value) | For the description of this property, please see getDel() |
| setID(int value) | For the description of this property, please see getID() |
| setName(String value) | For the description of this property, please see getName() |
| setNameU(String value) | For the description of this property, please see getNameU() |
| setPrompt(Str2Value value) | For the description of this property, please see getPrompt() |
| setValue(Value value) | For the description of this property, please see getValue() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
User()
public User()
Constructor.
deepClone()
public Object deepClone()
Creates deep copy of this instance.
Returns: java.lang.Object -
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
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getID()
public int getID()
The unique ID of the element within its parent element.
Returns: int
getName()
public String getName()
The name of the element.
Returns: java.lang.String
getNameU()
public String getNameU()
The universal name of the element.
Returns: java.lang.String
getPrompt()
public Str2Value getPrompt()
It specifies a descriptive prompt or comment for the user-defined element.
Returns: Str2Value
getValue()
public Value getValue()
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
Returns: Value
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setID(int value)
public void setID(int value)
For the description of this property, please see getID()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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 |
setNameU(String value)
public void setNameU(String value)
For the description of this property, please see getNameU()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setPrompt(Str2Value value)
public void setPrompt(Str2Value value)
For the description of this property, please see getPrompt()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Str2Value |
setValue(Value value)
public void setValue(Value value)
For the description of this property, please see getValue()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Value |
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 |