|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPParameterInfo
public class GPParameterInfo
Java class for GPParameterInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GPParameterInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Category" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DataType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Direction" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGPParameterDirection"/>
<element name="ParamType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGPParameterType"/>
<element name="ChoiceList" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
<element name="Value" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GPParameterInfo()
GPParameterInfo default constructor. |
|
GPParameterInfo(String name,
String displayName,
String category,
String dataType,
EsriGPParameterDirection direction,
EsriGPParameterType paramType,
String[] choiceList,
GPValue value)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getCategory()
Gets the value of the category property. |
String[] |
getChoiceList()
Gets the value of the choiceList property. |
String |
getDataType()
Gets the value of the dataType property. |
EsriGPParameterDirection |
getDirection()
Gets the value of the direction property. |
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getName()
Gets the value of the name property. |
EsriGPParameterType |
getParamType()
Gets the value of the paramType property. |
GPValue |
getValue()
Gets the value of the value property. |
void |
setCategory(String value)
Sets the value of the category property. |
void |
setChoiceList(String[] value)
Sets the value of the choiceList property. |
void |
setDataType(String value)
Sets the value of the dataType property. |
void |
setDirection(EsriGPParameterDirection value)
Sets the value of the direction property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setParamType(EsriGPParameterType value)
Sets the value of the paramType property. |
void |
setValue(GPValue value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GPParameterInfo(String name,
String displayName,
String category,
String dataType,
EsriGPParameterDirection direction,
EsriGPParameterType paramType,
String[] choiceList,
GPValue value)
public GPParameterInfo()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic EsriGPParameterDirection getDirection()
EsriGPParameterDirectionpublic void setDirection(EsriGPParameterDirection value)
value - allowed object is
EsriGPParameterDirectionpublic EsriGPParameterType getParamType()
EsriGPParameterTypepublic void setParamType(EsriGPParameterType value)
value - allowed object is
EsriGPParameterTypepublic String[] getChoiceList()
[] public void setChoiceList(String[] value)
value - allowed object is
[] public GPValue getValue()
GPValuepublic void setValue(GPValue value)
value - allowed object is
GPValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||