|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgAttributePropertySet
public class NgAttributePropertySet
Attribute PropertySet object.
| Constructor Summary | |
|---|---|
NgAttributePropertySet(Object obj)
Construct a NgAttributePropertySet using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
delete()
Deletes the attribute. |
boolean |
equals(Object o)
Compare this object with another |
String |
getFieldName()
Name of the field where the schematic PropertySet is stored. |
String |
getName()
Name of the attribute PropertySet. |
INgObjectType |
getObjectType()
Object type the attribute is related to. |
String |
getPropertyName()
Name of the property inside the schematic PropertySet the attribute PropertySet is related to. |
int |
getType()
Type of the attribute. |
int |
hashCode()
the hashcode for this object |
void |
setFieldName(String pVal)
Name of the field where the schematic PropertySet is stored. |
void |
setName(String pVal)
Name of the attribute PropertySet. |
void |
setPropertyName(String pVal)
Name of the property inside the schematic PropertySet the attribute PropertySet is related to. |
| 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 NgAttributePropertySet(Object obj)
throws IOException
obj to NgAttributePropertySet. *
NgAttributePropertySet o = (NgAttributePropertySet)obj; // will not work
NgAttributePropertySet o = new NgAttributePropertySet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgAttributePropertySet theNgAttributePropertySet = (NgAttributePropertySet) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface INgAttributegetName in interface INgAttributePropertySetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface INgAttributesetName in interface INgAttributePropertySetpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldName()
throws IOException,
AutomationException
getFieldName in interface INgAttributePropertySetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldName(String pVal)
throws IOException,
AutomationException
setFieldName in interface INgAttributePropertySetpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPropertyName()
throws IOException,
AutomationException
getPropertyName in interface INgAttributePropertySetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropertyName(String pVal)
throws IOException,
AutomationException
setPropertyName in interface INgAttributePropertySetpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws IOException,
AutomationException
The attribute type is defined when the attribute is created:
- either by calling the INgObjectType CreateAttribute method in the program code,
- or through ArcGIS Schematics Designer, when the attribute has been created.
Seven types of attributes are available:
Attributes of a given type have their own characteristics. You can specify these characteristics through their specific interface INgAttributeConstant, INgAttributeField, INgAttributeFormatted, INgAttributeFunction, INgAttributeGeometry, or INgAttributeQuery.
getType in interface INgAttributeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgObjectType getObjectType()
throws IOException,
AutomationException
getObjectType in interface INgAttributeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws IOException,
AutomationException
delete in interface INgAttributeIOException - 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 | ||||||||