public final class CadIntegralParameterType
extends com.aspose.ms.System.Enum
The Cad integral parameter type.
Modifier and Type | Field and Description |
---|---|
static int |
Binary
The binary parameter
|
static int |
Boolean
The boolean parameter.
|
static int |
Double
The double parameter.
|
static int |
Integer
The integer parameter.
|
static int |
Long
The long parameter
|
static int |
Short
The short parameter.
|
static int |
String
The string parameter.
|
static int |
Unknown
The unknown parameter.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int Unknown
The unknown parameter.
public static final int Boolean
The boolean parameter.
public static final int Double
The double parameter.
public static final int Integer
The integer parameter.
public static final int Short
The short parameter.
public static final int String
The string parameter.
public static final int Long
The long parameter
public static final int Binary
The binary parameter