com.esri.arcgisws
Class DETool

java.lang.Object
  extended by com.esri.arcgisws.DataElement
      extended by com.esri.arcgisws.DEDataset
          extended by com.esri.arcgisws.DETool
All Implemented Interfaces:
Serializable

public class DETool
extends DEDataset
implements Serializable

The tool data element.

Java class for DETool complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DETool">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEDataset">
     </extension>
   </complexContent>
 </complexType>
 
The tool data element.

See Also:
Serialized Form

Constructor Summary
DETool()
          DETool default constructor.
DETool(String catalogPath, String name, Boolean childrenExpanded, Boolean fullPropsRetrieved, Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, Integer dsid, Boolean versioned, Boolean canVersion, String configurationKeyword)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.DEDataset
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DETool

@Deprecated
public DETool(String catalogPath,
                         String name,
                         Boolean childrenExpanded,
                         Boolean fullPropsRetrieved,
                         Boolean metadataRetrieved,
                         XmlPropertySet metadata,
                         DataElement[] children,
                         EsriDatasetType datasetType,
                         Integer dsid,
                         Boolean versioned,
                         Boolean canVersion,
                         String configurationKeyword)
Deprecated. 

DETool constructor.


DETool

public DETool()
DETool default constructor.