|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicExpandLinksByAttributeRule
COM Interface 'ISchematicExpandLinksByAttributeRule'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that manage the Expand link by attribute rule.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID460616a4_1363_4737_98b7_c476e4f8acca
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getExtendedCriteriaName()
Name of the extended criteria which gives the number of expected links. |
java.lang.String |
getField()
Field name of the associated feature giving the number of expected expanded links. |
int |
getFieldFormat()
Format of the field giving the number of expected expanded links. |
java.lang.String |
getLinkElementClassName()
Name of the schematic link class to expand. |
java.lang.String |
getRangeValuesSeparator()
Range values separator character. |
java.lang.String |
getSetOfCharactersSeparator()
List of Characters Separator character. |
java.lang.String |
getStorageName()
Name of the field used to store the decoded value of the expanded link (optional). |
java.lang.String |
getWhereClause()
Where clause used on associated feature to filter the schematic links expand. |
boolean |
isExtendedCriteria()
Indicates if an extended criteria is used to get the number of expected links. |
boolean |
isKeepLinksWithNoValue()
Indicates if the rule keeps Links which field has no value. |
boolean |
isUseCodeName()
Indicates if the code name (or domain name) should be used to get the number of expected expanded links. |
void |
setDescription(java.lang.String rhs1)
Description of the Schematic Expand link by attribute rule. |
void |
setExtendedCriteria(boolean extendedCriteria)
Indicates if an extended criteria is used to get the number of expected links. |
void |
setExtendedCriteriaName(java.lang.String extendedCriteriaName)
Name of the extended criteria which gives the number of expected links. |
void |
setField(java.lang.String field)
Field name of the associated feature giving the number of expected expanded links. |
void |
setFieldFormat(int fieldFormat)
Format of the field giving the number of expected expanded links. |
void |
setKeepLinksWithNoValue(boolean keepLinksWithNoValue)
Indicates if the rule keeps Links which field has no value. |
void |
setLinkElementClassName(java.lang.String linkElementClassName)
Name of the schematic link class to expand. |
void |
setRangeValuesSeparator(java.lang.String separator)
Range values separator character. |
void |
setSetOfCharactersSeparator(java.lang.String separator)
List of Characters Separator character. |
void |
setStorageName(java.lang.String storageName)
Name of the field used to store the decoded value of the expanded link (optional). |
void |
setUseCodeName(boolean useCodeName)
Indicates if the code name (or domain name) should be used to get the number of expected expanded links. |
void |
setWhereClause(java.lang.String whereClause)
Where clause used on associated feature to filter the schematic links expand. |
| Field Detail |
|---|
static final int IID460616a4_1363_4737_98b7_c476e4f8acca
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setDescription(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getField()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setField(java.lang.String field)
throws java.io.IOException,
AutomationException
field - The field (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFieldFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldFormat(int fieldFormat)
throws java.io.IOException,
AutomationException
fieldFormat - The fieldFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSetOfCharactersSeparator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSetOfCharactersSeparator(java.lang.String separator)
throws java.io.IOException,
AutomationException
separator - The separator (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getRangeValuesSeparator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRangeValuesSeparator(java.lang.String separator)
throws java.io.IOException,
AutomationException
separator - The separator (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getStorageName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStorageName(java.lang.String storageName)
throws java.io.IOException,
AutomationException
storageName - The storageName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExtendedCriteria()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtendedCriteria(boolean extendedCriteria)
throws java.io.IOException,
AutomationException
extendedCriteria - The extendedCriteria (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExtendedCriteriaName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
throws java.io.IOException,
AutomationException
extendedCriteriaName - The extendedCriteriaName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLinkElementClassName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLinkElementClassName(java.lang.String linkElementClassName)
throws java.io.IOException,
AutomationException
linkElementClassName - The linkElementClassName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getWhereClause()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWhereClause(java.lang.String whereClause)
throws java.io.IOException,
AutomationException
whereClause - The whereClause (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isKeepLinksWithNoValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setKeepLinksWithNoValue(boolean keepLinksWithNoValue)
throws java.io.IOException,
AutomationException
keepLinksWithNoValue - The keepLinksWithNoValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseCodeName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseCodeName(boolean useCodeName)
throws java.io.IOException,
AutomationException
useCodeName - The useCodeName (in)
java.io.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 | ||||||||