com.jstatcom.engine.stub
Class CSignTypes
- java.lang.Object
-
- com.jstatcom.model.JSCPropertyTypes
-
- com.jstatcom.engine.stub.CSignTypes
-
public final class CSignTypes extends JSCPropertyTypes
Typesave enum that defines property types forJSCDataobjects that can be used to model the signature of exported C functions. The defined property types can be used in thesetJSCProperty, getJSCPropertymethods ofJSCData. Setting these properties defines, how data values are converted to C types.
-
-
Field Summary
Fields Modifier and Type Field and Description static CSignTypesBYREFCan be used to set the "BYREF" property of value types.static CSignTypesFLOATCan be used to set the "FLOAT" property ofNUMBERandNARRAYobjects.static CSignTypesVECTORCan be used to set the "VECTOR" property of array types.
-
Method Summary
-
Methods inherited from class com.jstatcom.model.JSCPropertyTypes
equals, hashCode, name, toString
-
-
-
-
Field Detail
-
FLOAT
public static final CSignTypes FLOAT
Can be used to set the "FLOAT" property ofNUMBERandNARRAYobjects. Legal values are "true" or "false". Any other value will be treated as "false".
-
VECTOR
public static final CSignTypes VECTOR
Can be used to set the "VECTOR" property of array types. Legal values are "true" or "false". Any other value will be treated as "false".
-
BYREF
public static final CSignTypes BYREF
Can be used to set the "BYREF" property of value types. Legal values are "true" or "false". Any other value will be treated as "false". This property is used to distinguish between call by reference and call by value.
-
-
DMelt 3.0 © DataMelt by jWork.ORG