|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.schematic.SchematicAttributeFormatted
public class SchematicAttributeFormatted
Schematic attribute formatted object.
Constructor Summary | |
---|---|
SchematicAttributeFormatted(Object obj)
Construct a SchematicAttributeFormatted 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 |
IUID |
getCLSID()
CLSID of the schematic attribute. |
String |
getDescription()
Description of the schematic attribute. |
String |
getFormat()
String format the schematic attribute formatted. |
String |
getName()
Name of the schematic attribute. |
Object |
getParameterNames()
Parameters names of the schematic attribute formatted. |
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 |
void |
setFormat(String format)
String format the schematic attribute formatted. |
void |
setName(String name)
Name of the schematic attribute. |
void |
setParameterNames(Object names)
Parameters names of the schematic attribute formatted. |
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 SchematicAttributeFormatted(Object obj) throws IOException
obj
to SchematicAttributeFormatted
. *
SchematicAttributeFormatted o = (SchematicAttributeFormatted)obj; // will not work
SchematicAttributeFormatted o = new SchematicAttributeFormatted(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
SchematicAttributeFormatted theSchematicAttributeFormatted = (SchematicAttributeFormatted) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getFormat() throws IOException, AutomationException
getFormat
in interface ISchematicAttributeFormatted
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFormat(String format) throws IOException, AutomationException
setFormat
in interface ISchematicAttributeFormatted
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getParameterNames() throws IOException, AutomationException
getParameterNames
in interface ISchematicAttributeFormatted
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParameterNames(Object names) throws IOException, AutomationException
setParameterNames
in interface ISchematicAttributeFormatted
names
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface ISchematicAttribute
name
- 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 ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getCLSID() throws IOException, AutomationException
getCLSID
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicObjectClass getSchematicObjectClass() throws IOException, AutomationException
getSchematicObjectClass
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete() throws IOException, AutomationException
delete
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getValue(ISchematicObject schematicObject) throws IOException, AutomationException
getValue
in interface ISchematicAttribute
schematicObject
- 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 |