public class NAMES_LIST extends BaseStruct
Modifier and Type | Field and Description |
---|---|
static int |
_Authenticated |
static int |
_License |
static int |
_NumNames |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
NAMES_LIST() |
NAMES_LIST(long data) |
NAMES_LIST(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
EnumSet<NamesListAuth> |
getAuthenticated() |
int |
getAuthenticatedRaw() |
String[] |
getNames() |
short |
getNumNames() |
void |
setAuthenticated(Collection<NamesListAuth> authenticated) |
void |
setAuthenticatedRaw(int authenticated) |
void |
setNumNames(short numNames) |
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 _NumNames
public static final int _License
public static final int _Authenticated
public NAMES_LIST()
public NAMES_LIST(long data)
public NAMES_LIST(long data, boolean owned)
public short getNumNames()
public void setNumNames(short numNames)
public int getAuthenticatedRaw()
public void setAuthenticatedRaw(int authenticated)
public String[] getNames()
public EnumSet<NamesListAuth> getAuthenticated()
public void setAuthenticated(Collection<NamesListAuth> authenticated)
public String toString()
toString
in class BaseStruct
Copyright © 2014–2018. All rights reserved.