|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.model.JSCPropertyTypes com.jstatcom.engine.stub.CSignTypes
public final class CSignTypes
Typesave enum that defines property types for JSCData
objects that can be used to model the signature of exported
C functions. The defined property types can be used in the
setJSCProperty, getJSCProperty
methods of JSCData
.
Setting these properties defines, how data values are converted to
C types.
Field Summary | |
---|---|
static CSignTypes |
BYREF
Can be used to set the "BYREF" property of value types. |
static CSignTypes |
FLOAT
Can be used to set the "FLOAT" property of NUMBER and NARRAY
objects. |
static CSignTypes |
VECTOR
Can be used to set the "VECTOR" property of array types. |
Method Summary |
---|
Methods inherited from class com.jstatcom.model.JSCPropertyTypes |
---|
equals, hashCode, name, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CSignTypes FLOAT
NUMBER
and NARRAY
objects. Legal values are "true" or "false". Any other value will be treated
as "false".
public static final CSignTypes VECTOR
public static final CSignTypes BYREF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |