|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgAttributePropertySet
Provides access to members that control the attribute PropertySet.
An attribute PropertySet is an attribute which values are retrieved from an ESRI PropertySet.
INgAttribute| Method Summary | |
|---|---|
String |
getFieldName()
Name of the field where the schematic PropertySet is stored. |
String |
getName()
Name of the attribute PropertySet. |
String |
getPropertyName()
Name of the property inside the schematic PropertySet the attribute PropertySet is related to. |
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. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPropertyName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropertyName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (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 | ||||||||