public class OBJECT_DESCRIPTOR extends BaseStruct
Modifier and Type | Field and Description |
---|---|
static int |
_ObjectType |
static int |
_RRV |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
OBJECT_DESCRIPTOR() |
OBJECT_DESCRIPTOR(long data) |
OBJECT_DESCRIPTOR(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
Set<ObjectFlag> |
getFlags() |
ObjectType |
getObjectType() |
short |
getObjectTypeRaw() |
int |
getRRV() |
void |
setFlags(Collection<ObjectFlag> flags) |
void |
setObjectType(ObjectType objectType) |
void |
setObjectTypeRaw(short objectType) |
void |
setRRV(int rrv) |
String |
toString() |
_checkRefValidity, _getBYTE, _getDHandle, _getDWORD, _getFONTID, _getHTMLAPI_REF_TYPE, _getInt, _getLong, _getNOTEID, _getPointer, _getUSHORT, _getWORD, _setBYTE, _setDHandle, _setDWORD, _setFONTID, _setInt, _setLong, _setNOTEID, _setUSHORT, _setWORD, finalize, free, free, getAllocatedStructCount, getDataPtr, getField, isRefValid, isTraceCreation, setDataPtr, setTraceCreation
public static final int sizeOf
public static final int _ObjectType
public static final int _RRV
public OBJECT_DESCRIPTOR()
public OBJECT_DESCRIPTOR(long data)
public OBJECT_DESCRIPTOR(long data, boolean owned)
public short getObjectTypeRaw()
public void setObjectTypeRaw(short objectType)
public int getRRV()
public void setRRV(int rrv)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public Set<ObjectFlag> getFlags()
public void setFlags(Collection<ObjectFlag> flags)
public String toString()
toString
in class BaseStruct
Copyright © 2014–2018. All rights reserved.