public class LicensingMethodResultOutStringRetBool
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
LicensingMethodResultOutStringRetBool() |
protected |
LicensingMethodResultOutStringRetBool(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(LicensingMethodResultOutStringRetBool obj) |
java.lang.String |
getOutString() |
boolean |
getReturnValue() |
void |
setOutString(java.lang.String value) |
void |
setReturnValue(boolean value) |
protected LicensingMethodResultOutStringRetBool(long cPtr, boolean cMemoryOwn)
public LicensingMethodResultOutStringRetBool()
protected static long getCPtr(LicensingMethodResultOutStringRetBool obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setReturnValue(boolean value)
public boolean getReturnValue()
public void setOutString(java.lang.String value)
public java.lang.String getOutString()