|
|||||||||
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.3}esriGPParameterDirection"/> <element name="ParamType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriGPParameterType"/> <element name="ChoiceList" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/> <element name="Value" type="{http://www.esri.com/schemas/ArcGIS/10.3}GPValue" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GPParameterInfo()
GPParameterInfo default constructor. |
|
GPParameterInfo(java.lang.String name,
java.lang.String displayName,
java.lang.String category,
java.lang.String dataType,
EsriGPParameterDirection direction,
EsriGPParameterType paramType,
java.lang.String[] choiceList,
GPValue value)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getCategory()
Gets the value of the category property. |
java.lang.String[] |
getChoiceList()
Gets the value of the choiceList property. |
java.lang.String |
getDataType()
Gets the value of the dataType property. |
EsriGPParameterDirection |
getDirection()
Gets the value of the direction property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.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(java.lang.String value)
Sets the value of the category property. |
void |
setChoiceList(java.lang.String[] value)
Sets the value of the choiceList property. |
void |
setDataType(java.lang.String value)
Sets the value of the dataType property. |
void |
setDirection(EsriGPParameterDirection value)
Sets the value of the direction property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setName(java.lang.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(java.lang.String name, java.lang.String displayName, java.lang.String category, java.lang.String dataType, EsriGPParameterDirection direction, EsriGPParameterType paramType, java.lang.String[] choiceList, GPValue value)
public GPParameterInfo()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCategory()
String
public void setCategory(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataType()
String
public void setDataType(java.lang.String value)
value
- allowed object is
String
public EsriGPParameterDirection getDirection()
EsriGPParameterDirection
public void setDirection(EsriGPParameterDirection value)
value
- allowed object is
EsriGPParameterDirection
public EsriGPParameterType getParamType()
EsriGPParameterType
public void setParamType(EsriGPParameterType value)
value
- allowed object is
EsriGPParameterType
public java.lang.String[] getChoiceList()
[]
public void setChoiceList(java.lang.String[] value)
value
- allowed object is
[]
public GPValue getValue()
GPValue
public 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 |