public class ResValue
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResValue.ResDataCOMPLEX |
static class |
ResValue.ResType |
| Constructor and Description |
|---|
ResValue() |
| Modifier and Type | Method and Description |
|---|---|
ResourceEntity |
getData() |
short |
getDataType() |
short |
getRes0() |
int |
getSize() |
void |
setData(ResourceEntity data) |
void |
setDataType(short dataType) |
void |
setRes0(short res0) |
void |
setSize(int size) |
java.lang.String |
toString() |
public int getSize()
public void setSize(int size)
public short getRes0()
public void setRes0(short res0)
public short getDataType()
public void setDataType(short dataType)
public ResourceEntity getData()
public void setData(ResourceEntity data)
public java.lang.String toString()
toString in class java.lang.Object