com.esri.arcgis.carto
Interface IUniqueValueInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUniqueValueInfoProxy, UniqueValueInfo

public interface IUniqueValueInfo
extends java.io.Serializable

COM Interface 'IUniqueValueInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides members to decribe unique value class for a unique value renderer.' 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 IID789e4c0d_560a_45df_ab1f_467e19388b9b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Unique value class count.
 java.lang.String getDescription()
          Class description.
 java.lang.String getLabel()
          Unique value class label.
 ISymbol getSymbol()
          Symbol used for rendering the class.
 java.lang.String getValue()
          Unique value class label.
 void setCount(int count)
          Unique value class count.
 void setDescription(java.lang.String symbolDescription)
          Class description.
 void setLabel(java.lang.String classLabel)
          Unique value class label.
 void setSymbol(ISymbol symbol)
          Symbol used for rendering the class.
 void setValue(java.lang.String classLabel)
          Unique value class label.
 

Field Detail

IID789e4c0d_560a_45df_ab1f_467e19388b9b

static final int IID789e4c0d_560a_45df_ab1f_467e19388b9b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Unique value class count.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCount

void setCount(int count)
              throws java.io.IOException,
                     AutomationException
Unique value class count.

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

java.lang.String getValue()
                          throws java.io.IOException,
                                 AutomationException
Unique value class label.

Returns:
The classLabel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

void setValue(java.lang.String classLabel)
              throws java.io.IOException,
                     AutomationException
Unique value class label.

Parameters:
classLabel - The classLabel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabel

java.lang.String getLabel()
                          throws java.io.IOException,
                                 AutomationException
Unique value class label.

Returns:
The classLabel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabel

void setLabel(java.lang.String classLabel)
              throws java.io.IOException,
                     AutomationException
Unique value class label.

Parameters:
classLabel - The classLabel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Class description.

Returns:
The symbolDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(java.lang.String symbolDescription)
                    throws java.io.IOException,
                           AutomationException
Class description.

Parameters:
symbolDescription - The symbolDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbol

ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
Symbol used for rendering the class.

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbol

void setSymbol(ISymbol symbol)
               throws java.io.IOException,
                      AutomationException
Symbol used for rendering the class.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.