public class ResourceEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_COMPLEX |
static int |
FLAG_PUBLIC |
| Constructor and Description |
|---|
ResourceEntry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags() |
java.lang.String |
getKey() |
int |
getSize() |
ResourceEntity |
getValue() |
void |
setFlags(int flags) |
void |
setKey(java.lang.String key) |
void |
setSize(int size) |
void |
setValue(ResourceEntity value) |
java.lang.String |
toString() |
java.lang.String |
toStringValue(ResourceTable resourceTable,
java.util.Locale locale) |
public static final int FLAG_COMPLEX
public static final int FLAG_PUBLIC
public java.lang.String toStringValue(ResourceTable resourceTable, java.util.Locale locale)
public int getSize()
public void setSize(int size)
public int getFlags()
public void setFlags(int flags)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public ResourceEntity getValue()
public void setValue(ResourceEntity value)
public java.lang.String toString()
toString in class java.lang.Object