File: J2Ci_jDSRCompositeValue.h

package info (click to toggle)
dicomscope 3.6.0-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,948 kB
  • sloc: java: 22,911; cpp: 5,959; sh: 266; makefile: 52
file content (45 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class J2Ci_jDSRCompositeValue */

#ifndef _Included_J2Ci_jDSRCompositeValue
#define _Included_J2Ci_jDSRCompositeValue
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     J2Ci_jDSRCompositeValue
 * Method:    getSOPClassUID
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_J2Ci_jDSRCompositeValue_getSOPClassUID
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDSRCompositeValue
 * Method:    getSOPClassName
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_J2Ci_jDSRCompositeValue_getSOPClassName
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDSRCompositeValue
 * Method:    getSOPInstanceUID
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_J2Ci_jDSRCompositeValue_getSOPInstanceUID
  (JNIEnv *, jobject);

/*
 * Class:     J2Ci_jDSRCompositeValue
 * Method:    setReference
 * Signature: (Ljava/lang/String;Ljava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_J2Ci_jDSRCompositeValue_setReference
  (JNIEnv *, jobject, jstring, jstring);

#ifdef __cplusplus
}
#endif
#endif