public static class WTypes.BSTR extends PointerType
| Modifier and Type | Class and Description |
|---|---|
static class |
WTypes.BSTR.ByReference |
| Constructor and Description |
|---|
BSTR() |
BSTR(Pointer pointer) |
BSTR(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNativepublic BSTR()
public BSTR(Pointer pointer)
public BSTR(java.lang.String value)
public void setValue(java.lang.String value)
public java.lang.String getValue()
public java.lang.String toString()
toString in class PointerType