com.esri.core.tasks.ags.na
Class AttributeParameterValue

java.lang.Object
  extended by com.esri.core.tasks.ags.na.AttributeParameterValue

public class AttributeParameterValue
extends Object

Class holding a single attribute parameter value for an NA task

Since:
10.1.1

Constructor Summary
AttributeParameterValue()
          Empty constructor
AttributeParameterValue(String attributeName, String parameterName, String value)
          Constructor to instantiate all fields
 
Method Summary
 boolean equals(Object obj)
           
static AttributeParameterValue fromJson(org.codehaus.jackson.JsonParser parser)
          Creates an AttributeParameterValue object from a json representation
 String getAttributeName()
          Gets the name of the attribute
 String getParameterName()
          Gets the name of the parameter
 String getValue()
          Gets the value
 int hashCode()
           
 void setAttributeName(String attributeName)
          Sets the name of the attribute
 void setParamterName(String parameterName)
          Sets the name of the parameter
 void setValue(String value)
          Sets the value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeParameterValue

public AttributeParameterValue()
Empty constructor

Since:
10.1.1

AttributeParameterValue

public AttributeParameterValue(String attributeName,
                               String parameterName,
                               String value)
Constructor to instantiate all fields

Parameters:
attributeName - name of the attribute
parameterName - name of the variable
value - the value
Since:
10.1.1
Method Detail

getAttributeName

public String getAttributeName()
Gets the name of the attribute

Returns:
String the name of the attribute
Since:
10.1.1

setAttributeName

public void setAttributeName(String attributeName)
Sets the name of the attribute

Parameters:
attributeName - the name of the attribute
Since:
10.1.1

getParameterName

public String getParameterName()
Gets the name of the parameter

Returns:
String the name of the parameter
Since:
10.1.1

setParamterName

public void setParamterName(String parameterName)
Sets the name of the parameter

Parameters:
parameterName - the name of the parameter
Since:
10.1.1

getValue

public String getValue()
Gets the value

Returns:
String the value
Since:
10.1.1

setValue

public void setValue(String value)
Sets the value

Parameters:
value - the value
Since:
10.1.1

fromJson

public static AttributeParameterValue fromJson(org.codehaus.jackson.JsonParser parser)
                                        throws Exception
Creates an AttributeParameterValue object from a json representation

Parameters:
parser - the parser containing the json
Returns:
AttributeParameterValue the object created from the json
Throws:
Exception
Since:
10.1.1

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.