|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Index
public class Index
ESRI Index Object.
Java class for Index complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Index">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IsUnique" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsAscending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.0}Fields"/>
</sequence>
</restriction>
</complexContent>
</complexType>
ESRI Index Object.
| Constructor Summary | |
|---|---|
Index()
Index default constructor. |
|
Index(String name,
boolean isUnique,
boolean isAscending,
Fields fields)
Deprecated. |
|
| Method Summary | |
|---|---|
Fields |
getFields()
The fields collection for this index. |
String |
getName()
The name of the index. |
boolean |
isIsAscending()
Indicates if the index is based on ascending order. |
boolean |
isIsUnique()
Indicates if the index is unique. |
void |
setFields(Fields value)
The fields collection for this index. |
void |
setIsAscending(boolean value)
Indicates if the index is based on ascending order. |
void |
setIsUnique(boolean value)
Indicates if the index is unique. |
void |
setName(String value)
The name of the index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Index(String name,
boolean isUnique,
boolean isAscending,
Fields fields)
public Index()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isIsUnique()
public void setIsUnique(boolean value)
public boolean isIsAscending()
public void setIsAscending(boolean value)
public Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||