|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.assertion.components.AsnValue
public class AsnValue
Represents an assertion value.
| Constructor Summary | |
|---|---|
AsnValue()
Default constructor. |
|
AsnValue(AsnValue objectToDuplicate)
Construct by duplicating an existing object. |
|
| Method Summary | |
|---|---|
AsnValue |
duplicate()
Produces a deep clone of the object. |
String |
getTextValue()
Gets the text value. |
AsnValueType |
getValueType()
Gets the value type. |
void |
setTextValue(String value)
Sets the text value. |
void |
setValueType(AsnValueType valueType)
Sets the value type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsnValue()
public AsnValue(AsnValue objectToDuplicate)
objectToDuplicate - the object to duplicate| Method Detail |
|---|
public String getTextValue()
public void setTextValue(String value)
value - the valuepublic AsnValueType getValueType()
public void setValueType(AsnValueType valueType)
valueType - the value typepublic AsnValue duplicate()
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||