public interface ISubtypes
extends java.io.Serializable
Description: 'Provides access to members that return and modify subtype information.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDaef78514_848f_11d2_aaba_00c04fa37b82 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addSubtype(int subtypeCode,
java.lang.String subtypeName)
Adds the subtype to the set of associated subtypes.
|
void |
deleteSubtype(int subtypeCode)
Deletes the subtype from the set of associated subtypes.
|
int |
getDefaultSubtypeCode()
The default subtype associated with the class.
|
java.lang.Object |
getDefaultValue(int subtypeCode,
java.lang.String fieldName)
The default value for the associated attribute.
|
IDomain |
getDomain(int subtypeCode,
java.lang.String fieldName)
The domain given the subtype and field.
|
int |
getSubtypeFieldIndex()
The subtype field index.
|
java.lang.String |
getSubtypeFieldName()
The subtype field name.
|
java.lang.String |
getSubtypeName(int subtypeCode)
The subtype name.
|
IEnumSubtype |
getSubtypes()
The subtypes associated with the class.
|
boolean |
isHasSubtype()
Indicates if the table has subtypes.
|
void |
setDefaultSubtypeCode(int subtypeCode)
The default subtype associated with the class.
|
void |
setDefaultValue(int subtypeCode,
java.lang.String fieldName,
java.lang.Object value)
The default value for the associated attribute.
|
void |
setDomainByRef(int subtypeCode,
java.lang.String fieldName,
IDomain domain)
The domain given the subtype and field.
|
void |
setSubtypeFieldName(java.lang.String fieldName)
The subtype field name.
|
static final int IIDaef78514_848f_11d2_aaba_00c04fa37b82
static final int xxDummy
static final java.lang.String IID
boolean isHasSubtype() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDefaultSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultSubtypeCode(int subtypeCode) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDefaultValue(int subtypeCode, java.lang.String fieldName) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultValue(int subtypeCode, java.lang.String fieldName, java.lang.Object value) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)fieldName
- The fieldName (in)value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDomain getDomain(int subtypeCode, java.lang.String fieldName) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDomainByRef(int subtypeCode, java.lang.String fieldName, IDomain domain) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)fieldName
- The fieldName (in)domain
- A reference to a com.esri.arcgis.geodatabase.IDomain (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubtypeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubtypeFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSubtypeFieldIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubtypeName(int subtypeCode) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumSubtype getSubtypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addSubtype(int subtypeCode, java.lang.String subtypeName) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)subtypeName
- The subtypeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteSubtype(int subtypeCode) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.