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)]; }
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); }