|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DEBrowseOptions
public class DEBrowseOptions
Data Element Browse Options Class.
Java class for DEBrowseOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DEBrowseOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExpandType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriDEExpandType"/>
<element name="RetrieveMetadata" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="RetrieveFullProperties" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Data Element Browse Options Class.
| Constructor Summary | |
|---|---|
DEBrowseOptions()
DEBrowseOptions default constructor. |
|
DEBrowseOptions(EsriDEExpandType expandType,
boolean retrieveMetadata,
boolean retrieveFullProperties)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriDEExpandType |
getExpandType()
Data element expand type - none, immediate children or all descendants. |
boolean |
isRetrieveFullProperties()
Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset). |
boolean |
isRetrieveMetadata()
Indicates if the data element's metadata should be fetched. |
void |
setExpandType(EsriDEExpandType value)
Data element expand type - none, immediate children or all descendants. |
void |
setRetrieveFullProperties(boolean value)
Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset). |
void |
setRetrieveMetadata(boolean value)
Indicates if the data element's metadata should be fetched. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public DEBrowseOptions(EsriDEExpandType expandType,
boolean retrieveMetadata,
boolean retrieveFullProperties)
public DEBrowseOptions()
| Method Detail |
|---|
public EsriDEExpandType getExpandType()
EsriDEExpandTypepublic void setExpandType(EsriDEExpandType value)
value - allowed object is
EsriDEExpandTypepublic boolean isRetrieveMetadata()
public void setRetrieveMetadata(boolean value)
public boolean isRetrieveFullProperties()
public void setRetrieveFullProperties(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||