| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSCPropertyTypes | |
|---|---|
| com.jstatcom.engine.rstat | R communication, see www.r-project.org. | 
| com.jstatcom.engine.stub | Communication to arbitrary system libraries without JNI wrappers. | 
| com.jstatcom.model | Data model and Symbol Management systems. | 
| Uses of JSCPropertyTypes in com.jstatcom.engine.rstat | 
|---|
| Subclasses of JSCPropertyTypes in com.jstatcom.engine.rstat | |
|---|---|
|  class | RArgPropsTypesave enum that defines property types for JSCDataobjects
 that can be used to adjust howJSCDataobjects are used by R. | 
| Uses of JSCPropertyTypes in com.jstatcom.engine.stub | 
|---|
| Subclasses of JSCPropertyTypes in com.jstatcom.engine.stub | |
|---|---|
|  class | CSignTypesTypesave enum that defines property types for JSCDataobjects that can be used to model the signature of exported 
 C functions. | 
| Uses of JSCPropertyTypes in com.jstatcom.model | 
|---|
| Methods in com.jstatcom.model with parameters of type JSCPropertyTypes | |
|---|---|
|  java.lang.Object | JSCData.getJSCProperty(JSCPropertyTypes type)Gets the value for a property type. | 
|  java.lang.Object | AbstractJSCData.getJSCProperty(JSCPropertyTypes type)Gets the value for a property type. | 
|  void | JSCData.removeJSCProperty(JSCPropertyTypes type)Removes the property value for type. | 
|  void | AbstractJSCData.removeJSCProperty(JSCPropertyTypes type) | 
|  void | JSCData.setJSCProperty(JSCPropertyTypes type,
               java.lang.Object val)Set the value for a property type. | 
|  void | AbstractJSCData.setJSCProperty(JSCPropertyTypes type,
               java.lang.Object val)Set the value for a property type. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||