Impact Acquire SDK Java
TComponentType Class Reference

Allowed components handled by this module. More...

Static Public Attributes

static final int ctList = acquireJNI.ctList_get()
 A list object.
 
static final int ctMeth = acquireJNI.ctMeth_get()
 A method object.
 
static final int ctProp = acquireJNI.ctProp_get()
 A property type.
 
static final int ctPropFloat = acquireJNI.ctPropFloat_get()
 Defines a property for floating point values.
 
static final int ctPropInt = acquireJNI.ctPropInt_get()
 Defines a property for 32 bit integer values.
 
static final int ctPropInt64 = acquireJNI.ctPropInt64_get()
 Defines a property for 64 bit integer values.
 
static final int ctPropPtr = acquireJNI.ctPropPtr_get()
 Defines a property for pointer values.
 
static final int ctPropString = acquireJNI.ctPropString_get()
 Defines a property for string values.
 

Detailed Description

Allowed components handled by this module.

This module can handle the types listed in this enumeration only.

Member Data Documentation

◆ ctList

final int ctList = acquireJNI.ctList_get()
static

A list object.

Lists can contain other components like lists, methods and properties. Thus lists can be used to build up hierarchical structures of different components.

◆ ctMeth

final int ctMeth = acquireJNI.ctMeth_get()
static

A method object.

Method objects provide the possibility to organize functions in lists.

◆ ctProp

final int ctProp = acquireJNI.ctProp_get()
static

A property type.

This type will never occur in a real world application. It's just used to build up the other types. Properties can be used to store user specific data in a structured way.

◆ ctPropFloat

final int ctPropFloat = acquireJNI.ctPropFloat_get()
static

Defines a property for floating point values.

◆ ctPropInt

final int ctPropInt = acquireJNI.ctPropInt_get()
static

Defines a property for 32 bit integer values.

◆ ctPropInt64

final int ctPropInt64 = acquireJNI.ctPropInt64_get()
static

Defines a property for 64 bit integer values.

◆ ctPropPtr

final int ctPropPtr = acquireJNI.ctPropPtr_get()
static

Defines a property for pointer values.

◆ ctPropString

final int ctPropString = acquireJNI.ctPropString_get()
static

Defines a property for string values.