|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPNumericDomain
COM Interface 'IGPNumericDomain'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing numeric domain object.' 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 |
IID8314b3a2_0001_450b_a503_7b152d2a6e28
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
double |
getHighLimit(boolean[] allowHighLimit)
Returns the HighLimit property. |
double |
getLowLimit()
Sets the lower limit value of the numeric domain object. |
boolean |
isAllowEmpty()
Defines if empty is allowed. |
boolean |
isLowLimitInclusive()
Defines the LowLimitInclusive property. |
void |
setAllowEmpty(boolean allowEmpty)
Defines if empty is allowed. |
void |
setHighLimit(boolean allowHighLimit,
double highLimit)
Defines the HighLimit property. |
void |
setLowLimit(double lowLimit)
Sets the lower limit value of the numeric domain object. |
void |
setLowLimitInclusive(boolean bInclusive)
Defines the LowLimitInclusive property. |
| Field Detail |
|---|
static final int IID8314b3a2_0001_450b_a503_7b152d2a6e28
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setAllowEmpty(boolean allowEmpty)
throws java.io.IOException,
AutomationException
allowEmpty - The allowEmpty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAllowEmpty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLowLimit(double lowLimit)
throws java.io.IOException,
AutomationException
lowLimit - The lowLimit (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLowLimit()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLowLimitInclusive(boolean bInclusive)
throws java.io.IOException,
AutomationException
bInclusive - The bInclusive (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isLowLimitInclusive()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHighLimit(boolean allowHighLimit,
double highLimit)
throws java.io.IOException,
AutomationException
allowHighLimit - The allowHighLimit (in)highLimit - The highLimit (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getHighLimit(boolean[] allowHighLimit)
throws java.io.IOException,
AutomationException
allowHighLimit - The allowHighLimit (out: use single element array)
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 | ||||||||