| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicAttributeDynamic
public class SchematicAttributeDynamic
Schematic attribute dynamic object.
| Constructor Summary | |
|---|---|
| SchematicAttributeDynamic(Object obj)Construct a SchematicAttributeDynamic using a reference to such an object returned from ArcGIS Engine or Server. | |
| Method Summary | |
|---|---|
|  void | delete()Deletes the schematic attribute. | 
|  boolean | equals(Object o)Compare this object with another | 
|  String | getAssociatedRowFieldName()Associated row field name of the schematic attribute dynamic. | 
|  IUID | getCLSID()CLSID of the schematic attribute. | 
|  String | getDescription()Description of the schematic attribute. | 
|  String | getName()Name of the schematic attribute. | 
|  ISchematicObjectClass | getSchematicObjectClass()Schematic object class the schematic attribute belongs to. | 
|  Object | getValue(ISchematicObject schematicObject)The schematic attribute value for the specified schematic object. | 
|  int | hashCode()the hashcode for this object | 
|  boolean | isUseDomainCodeNames()Indicates whether or not the schematic attribute dynamic uses the domain code names. | 
|  void | setAssociatedRowFieldName(String fieldName)Associated row field name of the schematic attribute dynamic. | 
|  void | setName(String name)Name of the schematic attribute. | 
|  void | setUseDomainCodeNames(boolean useDomainCodeNames)Indicates whether or not the schematic attribute dynamic uses the domain code names. | 
| 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 SchematicAttributeDynamic(Object obj)
                          throws IOException
obj to SchematicAttributeDynamic.   * 
SchematicAttributeDynamic o = (SchematicAttributeDynamic)obj; // will not work 
 
SchematicAttributeDynamic o = new SchematicAttributeDynamic(obj); // Use this constructor instead  
    * @param     obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
  SchematicAttributeDynamic theSchematicAttributeDynamic = (SchematicAttributeDynamic) obj;| Method Detail | 
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getAssociatedRowFieldName()
                                 throws IOException,
                                        AutomationException
getAssociatedRowFieldName in interface ISchematicAttributeDynamicIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAssociatedRowFieldName(String fieldName)
                               throws IOException,
                                      AutomationException
setAssociatedRowFieldName in interface ISchematicAttributeDynamicfieldName - The fieldName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseDomainCodeNames()
                             throws IOException,
                                    AutomationException
isUseDomainCodeNames in interface ISchematicAttributeDynamicIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseDomainCodeNames(boolean useDomainCodeNames)
                           throws IOException,
                                  AutomationException
setUseDomainCodeNames in interface ISchematicAttributeDynamicuseDomainCodeNames - The useDomainCodeNames  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
               throws IOException,
                      AutomationException
getName in interface ISchematicAttributeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
             throws IOException,
                    AutomationException
setName in interface ISchematicAttributename - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
                      throws IOException,
                             AutomationException
getDescription in interface ISchematicAttributeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getCLSID()
              throws IOException,
                     AutomationException
getCLSID in interface ISchematicAttributeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicObjectClass getSchematicObjectClass()
                                              throws IOException,
                                                     AutomationException
getSchematicObjectClass in interface ISchematicAttributeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
            throws IOException,
                   AutomationException
delete in interface ISchematicAttributeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getValue(ISchematicObject schematicObject)
                throws IOException,
                       AutomationException
getValue in interface ISchematicAttributeschematicObject - A reference to a com.esri.arcgis.schematic.ISchematicObject  (in)
IOException - 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 | ||||||||