|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.schematic.SchematicAttributeFunction
public class SchematicAttributeFunction
Provides access to members that manage the schematic attribute function.
Constructor Summary | |
---|---|
SchematicAttributeFunction(Object obj)
Construct a SchematicAttributeFunction 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 |
getFunctionName()
Function name of the schematic attribute function. |
String |
getName()
Name of the schematic attribute. |
Object |
getParameterNames()
Parameters names of the schematic attribute function. |
ISchematicObjectClass |
getSchematicObjectClass()
Schematic object class the schematic attribute belongs to. |
String |
getUserProgId()
User ProgId of the schematic attribute function. |
Object |
getValue(ISchematicObject schematicObject)
The schematic attribute value for the specified schematic object. |
int |
hashCode()
the hashcode for this object |
void |
setFunctionName(String functionName)
Function name of the schematic attribute function. |
void |
setName(String name)
Name of the schematic attribute. |
void |
setParameterNames(Object parameterNames)
Parameters names of the schematic attribute function. |
void |
setUserProgId(String userProgId)
User ProgId of the schematic attribute function. |
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 SchematicAttributeFunction(Object obj) throws IOException
obj
to SchematicAttributeFunction
. *
SchematicAttributeFunction o = (SchematicAttributeFunction)obj; // will not work
SchematicAttributeFunction o = new SchematicAttributeFunction(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
SchematicAttributeFunction theSchematicAttributeFunction = (SchematicAttributeFunction) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getUserProgId() throws IOException, AutomationException
getUserProgId
in interface ISchematicAttributeFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUserProgId(String userProgId) throws IOException, AutomationException
setUserProgId
in interface ISchematicAttributeFunction
userProgId
- The userProgId (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFunctionName() throws IOException, AutomationException
getFunctionName
in interface ISchematicAttributeFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFunctionName(String functionName) throws IOException, AutomationException
setFunctionName
in interface ISchematicAttributeFunction
functionName
- The functionName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getParameterNames() throws IOException, AutomationException
getParameterNames
in interface ISchematicAttributeFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParameterNames(Object parameterNames) throws IOException, AutomationException
setParameterNames
in interface ISchematicAttributeFunction
parameterNames
- 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 |