|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.na.AttributeParameterValue
public class AttributeParameterValue
Class holding a single attribute parameter value for an NA task
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 |
---|
public AttributeParameterValue()
public AttributeParameterValue(String attributeName, String parameterName, String value)
attributeName
- name of the attributeparameterName
- name of the variablevalue
- the valueMethod Detail |
---|
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- the name of the attributepublic String getParameterName()
public void setParamterName(String parameterName)
parameterName
- the name of the parameterpublic String getValue()
public void setValue(String value)
value
- the valuepublic static AttributeParameterValue fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- the parser containing the json
Exception
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |