|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicBuilderRule
public class SchematicBuilderRule
Schematic builder rule object.
| Constructor Summary | |
|---|---|
SchematicBuilderRule(Object obj)
Construct a SchematicBuilderRule using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
delete()
Deletes the schematic builder rule. |
boolean |
equals(Object o)
Compare this object with another |
int |
getOrderNumber()
Order number of the schematic builder rule. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class the schematic builder rule belongs to. |
ISchematicRule |
getSchematicRule()
Schematic rule associated to the schematic builder rule. |
int |
hashCode()
the hashcode for this object |
boolean |
isActive()
Indicates whether or not the schematic builder rule is active. |
void |
setIsActive(boolean active)
Indicates whether or not the schematic builder rule is active. |
void |
setSchematicRuleByRef(ISchematicRule schematicRule)
Schematic rule associated to the schematic builder rule. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SchematicBuilderRule(Object obj)
throws IOException
obj to SchematicBuilderRule. *
SchematicBuilderRule o = (SchematicBuilderRule)obj; // will not work
SchematicBuilderRule o = new SchematicBuilderRule(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
SchematicBuilderRule theSchematicBuilderRule = (SchematicBuilderRule) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean isActive()
throws IOException,
AutomationException
isActive in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsActive(boolean active)
throws IOException,
AutomationException
setIsActive in interface ISchematicBuilderRuleactive - The active (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOrderNumber()
throws IOException,
AutomationException
getOrderNumber in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicRule getSchematicRule()
throws IOException,
AutomationException
getSchematicRule in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicRuleByRef(ISchematicRule schematicRule)
throws IOException,
AutomationException
setSchematicRuleByRef in interface ISchematicBuilderRuleschematicRule - A reference to a com.esri.arcgis.schematic.ISchematicRule (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDiagramClass getSchematicDiagramClass()
throws IOException,
AutomationException
getSchematicDiagramClass in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws IOException,
AutomationException
delete in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||