com.esri.arcgis.schematic
Class SchematicAttributeStatic

java.lang.Object
  extended by com.esri.arcgis.schematic.SchematicAttributeStatic
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, ISchematicAttribute, ISchematicAttributeProperty, ISchematicAttributeStatic, java.io.Serializable

public class SchematicAttributeStatic
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ISchematicAttributeStatic, ISchematicAttributeProperty, ISchematicAttribute

COM Class 'SchematicAttributeStatic'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description 'Schematic attribute static object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttributeStatic
IID, IIDf152efa7_dd09_4820_b53f_3f7ed46ea8f7, xxDummy
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttributeProperty
IID, IID86dbc6ca_3dab_44e3_8d15_dcd71b73f28d, xxDummy
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
IIDfd0a84c9_c8d2_44da_98ea_e68026c2d56b
 
Constructor Summary
SchematicAttributeStatic(java.lang.Object obj)
          Construct a SchematicAttributeStatic using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void delete()
          Deletes the schematic attribute.
 boolean equals(java.lang.Object o)
          Compare this object with another
 java.lang.String getAssociatedRowFieldName()
          Associated row field name of the schematic attribute static.
 IUID getCLSID()
          CLSID of the schematic attribute.
 java.lang.String getDescription()
          Description of the schematic attribute.
 java.lang.String getFieldName()
          Propertyset field name of the schematic attribute property.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          Name of the schematic attribute.
 java.lang.String getPropertyName()
          Property name of the schematic attribute property.
 ISchematicObjectClass getSchematicObjectClass()
          Schematic object class the schematic attribute belongs to.
 java.lang.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 static uses the domain code names.
 void release()
          Release a SchematicAttributeStatic.
 void setAssociatedRowFieldName(java.lang.String fieldName)
          Associated row field name of the schematic attribute static.
 void setFieldName(java.lang.String fieldName)
          Propertyset field name of the schematic attribute property.
 void setName(java.lang.String name)
          Name of the schematic attribute.
 void setPropertyName(java.lang.String propertyName)
          Property name of the schematic attribute property.
 void setUseDomainCodeNames(boolean useDomainCodeNames)
          Indicates whether or not the schematic attribute static uses the domain code names.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchematicAttributeStatic

public SchematicAttributeStatic(java.lang.Object obj)
                         throws java.io.IOException
Construct a SchematicAttributeStatic using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SchematicAttributeStatic.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
SchematicAttributeStatic o = (SchematicAttributeStatic)obj; // will not work

SchematicAttributeStatic o = new SchematicAttributeStatic(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems SchematicAttributeStatic theSchematicAttributeStatic = (SchematicAttributeStatic) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a SchematicAttributeStatic.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getAssociatedRowFieldName

public java.lang.String getAssociatedRowFieldName()
                                           throws java.io.IOException,
                                                  AutomationException
Associated row field name of the schematic attribute static.

Specified by:
getAssociatedRowFieldName in interface ISchematicAttributeStatic
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAssociatedRowFieldName

public void setAssociatedRowFieldName(java.lang.String fieldName)
                               throws java.io.IOException,
                                      AutomationException
Associated row field name of the schematic attribute static.

Specified by:
setAssociatedRowFieldName in interface ISchematicAttributeStatic
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseDomainCodeNames

public boolean isUseDomainCodeNames()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether or not the schematic attribute static uses the domain code names.

Specified by:
isUseDomainCodeNames in interface ISchematicAttributeStatic
Returns:
The useDomainCodeNames
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseDomainCodeNames

public void setUseDomainCodeNames(boolean useDomainCodeNames)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether or not the schematic attribute static uses the domain code names.

Specified by:
setUseDomainCodeNames in interface ISchematicAttributeStatic
Parameters:
useDomainCodeNames - The useDomainCodeNames (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the schematic attribute.

Specified by:
getName in interface ISchematicAttribute
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the schematic attribute.

Specified by:
setName in interface ISchematicAttribute
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the schematic attribute.

Specified by:
getDescription in interface ISchematicAttribute
Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCLSID

public IUID getCLSID()
              throws java.io.IOException,
                     AutomationException
CLSID of the schematic attribute.

Specified by:
getCLSID in interface ISchematicAttribute
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicObjectClass

public ISchematicObjectClass getSchematicObjectClass()
                                              throws java.io.IOException,
                                                     AutomationException
Schematic object class the schematic attribute belongs to.

Specified by:
getSchematicObjectClass in interface ISchematicAttribute
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicObjectClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete

public void delete()
            throws java.io.IOException,
                   AutomationException
Deletes the schematic attribute.

Specified by:
delete in interface ISchematicAttribute
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public java.lang.Object getValue(ISchematicObject schematicObject)
                          throws java.io.IOException,
                                 AutomationException
The schematic attribute value for the specified schematic object.

Specified by:
getValue in interface ISchematicAttribute
Parameters:
schematicObject - A reference to a com.esri.arcgis.schematic.ISchematicObject (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

public java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
Propertyset field name of the schematic attribute property.

Specified by:
getFieldName in interface ISchematicAttributeProperty
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldName

public void setFieldName(java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
Propertyset field name of the schematic attribute property.

Specified by:
setFieldName in interface ISchematicAttributeProperty
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertyName

public java.lang.String getPropertyName()
                                 throws java.io.IOException,
                                        AutomationException
Property name of the schematic attribute property.

Specified by:
getPropertyName in interface ISchematicAttributeProperty
Returns:
The propertyName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyName

public void setPropertyName(java.lang.String propertyName)
                     throws java.io.IOException,
                            AutomationException
Property name of the schematic attribute property.

Specified by:
setPropertyName in interface ISchematicAttributeProperty
Parameters:
propertyName - The propertyName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.