Esri Geoportal Server
1.0

com.esri.gpt.server.assertion.components
Class AsnValue

java.lang.Object
  extended by com.esri.gpt.server.assertion.components.AsnValue

public class AsnValue
extends Object

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

AsnValue

public AsnValue()
Default constructor.


AsnValue

public AsnValue(AsnValue objectToDuplicate)
Construct by duplicating an existing object.

Parameters:
objectToDuplicate - the object to duplicate
Method Detail

getTextValue

public String getTextValue()
Gets the text value.

Returns:
the value

setTextValue

public void setTextValue(String value)
Sets the text value.

Parameters:
value - the value

getValueType

public AsnValueType getValueType()
Gets the value type.

Returns:
the value type

setValueType

public void setValueType(AsnValueType valueType)
Sets the value type.

Parameters:
valueType - the value type

duplicate

public AsnValue duplicate()
Produces a deep clone of the object.
The duplication constructor is invoked.
return new AsnValue(this);

Returns:
the duplicated object

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.