|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxFilterDataElements
Provides access to GxFilter data elements.
Method Summary | |
---|---|
IGPDomain |
getChooseDomain()
Data element domain. |
IGPDomain |
getDisplayDomain()
Data element domain. |
void |
setChooseDomainByRef(IGPDomain domain)
Data element domain. |
void |
setDescription(String rhs1)
Filter description. |
void |
setDisplayDomainByRef(IGPDomain domain)
Data element domain. |
void |
setName(String rhs1)
Filter name. |
Method Detail |
---|
IGPDomain getChooseDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChooseDomainByRef(IGPDomain domain) throws IOException, AutomationException
domain
- A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPDomain getDisplayDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayDomainByRef(IGPDomain domain) throws IOException, AutomationException
domain
- A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (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 |