public class FieldGroup extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IFieldGroup, IFieldGroupEdit, IClone
Description 'Provides access to standard operations on field group objects.' 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 =
IID, IID977d604f_e12f_4f35_b4bd_223d8b94279a, xxDummy
IID2f7f6446_7f4f_406d_8ac8_07921aeb9363
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy
Constructor and Description |
---|
FieldGroup()
Constructs a FieldGroup using ArcGIS Engine.
|
FieldGroup(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
FieldGroup theFieldGroup = (FieldGroup) obj; |
Modifier and Type | Method and Description |
---|---|
void |
addField(java.lang.String fieldName)
Adds a field with specified name to the end of this field group.
|
void |
assign(IClone src)
Assigns the properties of src to the receiver.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone.
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getFieldCount()
The number of fields in this field group.
|
java.lang.String |
getFieldName(int indexInGroup)
The name of the field at the specified index in this field group.
|
IEnumBSTR |
getFieldNames()
An enumerator over the names of the fields in this field group.
|
int |
getIndexInGroup(java.lang.String fieldName)
The index of the field with specified name in this field group.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getName()
The name of this field group.
|
int |
hashCode()
the hashcode for this object
|
void |
insertFieldAt(int indexInGroup,
java.lang.String fieldName)
Inserts a field with specified name at specified index of this field group.
|
boolean |
isEditingRestrictive()
The restrictive editing flag of this field group.
|
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties.
|
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object.
|
void |
release()
Release this COM object reference
|
void |
removeAllFields()
Removes all fields from this field group.
|
void |
removeField(java.lang.Object indexInGroupOrName)
Removes a field at specified index or with specified name from this field group.
|
void |
setIsEditingRestrictive(boolean rhs1)
The restrictive editing flag of this field group.
|
void |
setName(java.lang.String rhs1)
The name of this field group.
|
public FieldGroup() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic FieldGroup(java.lang.Object obj) throws java.io.IOException
FieldGroup theFieldGroup = (FieldGroup) obj;
obj
to FieldGroup
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IFieldGroup
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getFieldCount() throws java.io.IOException, AutomationException
getFieldCount
in interface IFieldGroup
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFieldName(int indexInGroup) throws java.io.IOException, AutomationException
getFieldName
in interface IFieldGroup
indexInGroup
- The indexInGroup (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getIndexInGroup(java.lang.String fieldName) throws java.io.IOException, AutomationException
getIndexInGroup
in interface IFieldGroup
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumBSTR getFieldNames() throws java.io.IOException, AutomationException
getFieldNames
in interface IFieldGroup
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isEditingRestrictive() throws java.io.IOException, AutomationException
isEditingRestrictive
in interface IFieldGroup
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setName
in interface IFieldGroupEdit
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addField(java.lang.String fieldName) throws java.io.IOException, AutomationException
addField
in interface IFieldGroupEdit
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertFieldAt(int indexInGroup, java.lang.String fieldName) throws java.io.IOException, AutomationException
insertFieldAt
in interface IFieldGroupEdit
indexInGroup
- The indexInGroup (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeField(java.lang.Object indexInGroupOrName) throws java.io.IOException, AutomationException
removeField
in interface IFieldGroupEdit
indexInGroupOrName
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeAllFields() throws java.io.IOException, AutomationException
removeAllFields
in interface IFieldGroupEdit
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsEditingRestrictive(boolean rhs1) throws java.io.IOException, AutomationException
setIsEditingRestrictive
in interface IFieldGroupEdit
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
esri_clone
in interface IClone
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws java.io.IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.