#include #include #include #include /* * Class: jlilv_LilvScalePoint * Method: getLabel * Signature: ()Ljlilv/LilvNode; */ JNIEXPORT jobject JNICALL Java_jlilv_LilvScalePoint_getLabel (JNIEnv* env, jobject obj){ return NULL; } /* * Class: jlilv_LilvScalePoint * Method: getValue * Signature: ()Ljlilv/LilvNode; */ JNIEXPORT jobject JNICALL Java_jlilv_LilvScalePoint_getValue (JNIEnv* env, jobject obj){ return NULL; }