| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPCodedValueDomain
Provides access to members that return and modify coded value domain values.
| Method Summary | |
|---|---|
 void | 
addCode(IGPValue value,
        String name)
Adds a (value, name) code.  | 
 void | 
addStringCode(String value,
              String name)
Adds a (value, name) code.  | 
 void | 
deleteCode(IGPValue value)
Deletes a code with the specified value.  | 
 void | 
empty()
Deletes all the codes.  | 
 String | 
findName(IGPValue value)
Provides the name for the specified value.  | 
 IGPValue | 
findValue(String name)
Provides the value object for the specified code.  | 
 int | 
getCodeCount()
The number of codes for the associated attribute.  | 
 String | 
getName(int index)
The code name for the specified code index.  | 
 IGPValue | 
getValue(int index)
The value object for the specified code index.  | 
 void | 
populateDomain(String values,
               String names,
               IGPDataType gPDataType)
Populate the domain codes.  | 
| Method Detail | 
|---|
int getCodeCount()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName(int index)
               throws IOException,
                      AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPValue getValue(int index)
                  throws IOException,
                         AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPValue findValue(String name)
                   throws IOException,
                          AutomationException
name - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addCode(IGPValue value,
             String name)
             throws IOException,
                    AutomationException
value - A reference to a com.esri.arcgis.geodatabase.IGPValue  (in)name - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addStringCode(String value,
                   String name)
                   throws IOException,
                          AutomationException
value - The value  (in)name - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteCode(IGPValue value)
                throws IOException,
                       AutomationException
value - A reference to a com.esri.arcgis.geodatabase.IGPValue  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void empty()
           throws IOException,
                  AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void populateDomain(String values,
                    String names,
                    IGPDataType gPDataType)
                    throws IOException,
                           AutomationException
values - The values  (in)names - The names  (in)gPDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String findName(IGPValue value)
                throws IOException,
                       AutomationException
value - A reference to a com.esri.arcgis.geodatabase.IGPValue  (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 | ||||||||