|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NetworkAttributeParameter
public class NetworkAttributeParameter
A container for describing a network attribute parameter.
Java class for NetworkAttributeParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkAttributeParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VarType" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A container for describing a network attribute parameter.
| Constructor Summary | |
|---|---|
NetworkAttributeParameter()
NetworkAttributeParameter default constructor. |
|
NetworkAttributeParameter(String name,
int varType,
Object value,
Object defaultValue)
Deprecated. |
|
| Method Summary | |
|---|---|
Object |
getDefaultValue()
The default value of the parameter. |
String |
getName()
The name of the parameter. |
Object |
getValue()
The current value of the parameter. |
int |
getVarType()
The VARTYPE of the parameter (e.g. |
void |
setDefaultValue(Object value)
The default value of the parameter. |
void |
setName(String value)
The name of the parameter. |
void |
setValue(Object value)
The current value of the parameter. |
void |
setVarType(int value)
The VARTYPE of the parameter (e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NetworkAttributeParameter(String name,
int varType,
Object value,
Object defaultValue)
public NetworkAttributeParameter()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getVarType()
public void setVarType(int value)
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic Object getDefaultValue()
Objectpublic void setDefaultValue(Object value)
value - allowed object is
Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||