public class Name extends Value
Name values are sub-object programmatic
names that are significant relative to a particular control.| Constructor and Description |
|---|
Name(java.lang.String text)
Constructor that takes the required programmatic name's
String value. |
Name(java.lang.String text,
int index)
Constructor that takes the required programmatic name's
String value
and an index to specify which subitem with the specified
programmatic name should be used. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Compares
Name values; returns true if they are equal. |
int |
getIndex()
Accesses the text index value.
|
java.lang.String |
getName()
Accesses the text value.
|
java.lang.String |
getScriptText()
Returns the text that should be used in a script call to the
proxy method.
|
java.lang.String |
toString()
Sets
toString to the value that this class represents. |
public Name(java.lang.String text)
String value.public Name(java.lang.String text,
int index)
String value
and an index to specify which subitem with the specified
programmatic name should be used. The index value is zero based, that is, the first
instance of the programmatic name is 0, the second is 1, and so on.public java.lang.String getName()
public int getIndex()
public java.lang.String getScriptText()
public boolean equals(java.lang.Object other)
Name values; returns true if they are equal.