Ejemplo n.º 1
0
 public UpdateStatus setObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfBool v) {
   return UpdateStatus.class
       .getEnumConstants()[
       JavaControllerJNI.Controller_setObjectProperty__SWIG_7(
           swigCPtr, this, uid, k.ordinal(), p.ordinal(), VectorOfBool.getCPtr(v), v)];
 }
Ejemplo n.º 2
0
 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfBool v) {
   return JavaControllerJNI.Controller_getObjectProperty__SWIG_7(
       swigCPtr, this, uid, k.ordinal(), p.ordinal(), VectorOfBool.getCPtr(v), v);
 }