|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSubtype
COM Interface 'IGPSubtype'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return information about the subtypes in a table data element.' 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 |
IID60cc7230_e78d_4e22_b3c2_069e8fe8ac42
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.Object |
getDefaultValue(java.lang.String fieldName)
The field's default value. |
java.lang.String |
getDomainName(java.lang.String fieldName)
The field's domain. |
int |
getSubtypeCode()
The code of the subtype. |
java.lang.String |
getSubtypeName()
The name of the subtype. |
void |
setDefaultValue(java.lang.String fieldName,
java.lang.Object value)
The field's default value. |
void |
setDomainName(java.lang.String fieldName,
java.lang.String domainName)
The field's domain. |
void |
setSubtypeCode(int subtypeCode)
The code of the subtype. |
void |
setSubtypeName(java.lang.String subtypeName)
The name of the subtype. |
Field Detail |
---|
static final int IID60cc7230_e78d_4e22_b3c2_069e8fe8ac42
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setSubtypeName(java.lang.String subtypeName) throws java.io.IOException, AutomationException
subtypeName
- The subtypeName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubtypeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubtypeCode(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.int getSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultValue(java.lang.String fieldName, java.lang.Object value) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDefaultValue(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.void setDomainName(java.lang.String fieldName, java.lang.String domainName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)domainName
- The domainName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDomainName(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |