CadIntegralParameterType
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
The Cad integral parameter type.
Enum Values
| Field | Description |
|---|---|
| Unknown | The unknown parameter. |
| Boolean | The boolean parameter. |
| Double | The double parameter. |
| Integer | The integer parameter. |
| Short | The short parameter. |
| String | The string parameter. |
| Long | The long parameter |
| Binary | The binary parameter |
Unknown
public static final int Unknown
The unknown parameter.
Returns: int
Boolean
public static final int Boolean
The boolean parameter.
Returns: int
Double
public static final int Double
The double parameter.
Returns: int
Integer
public static final int Integer
The integer parameter.
Returns: int
Short
public static final int Short
The short parameter.
Returns: int
String
public static final int String
The string parameter.
Returns: int
Long
public static final int Long
The long parameter
Returns: int
Binary
public static final int Binary
The binary parameter
Returns: int