com.esri.arcgisws
Class ConnectivityRule

java.lang.Object
  extended by com.esri.arcgisws.Rule
      extended by com.esri.arcgisws.ConnectivityRule
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EdgeConnectivityRule, JunctionConnectivityRule

public abstract class ConnectivityRule
extends Rule
implements Serializable

Java class for ConnectivityRule complex type.

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

 <complexType name="ConnectivityRule">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Rule">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ConnectivityRule()
          ConnectivityRule default constructor.
ConnectivityRule(String helpString, int ruleID, Integer category)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.Rule
getCategory, getHelpString, getRuleID, setCategory, setHelpString, setRuleID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectivityRule

@Deprecated
public ConnectivityRule(String helpString,
                                   int ruleID,
                                   Integer category)
Deprecated. 

ConnectivityRule constructor.


ConnectivityRule

public ConnectivityRule()
ConnectivityRule default constructor.