FileTypedResource
, PluralRules
public class TypedResource<T> extends Object
Constructor | Description |
---|---|
TypedResource(T data,
ResType resType,
XmlContext xmlContext) |
Modifier and Type | Method | Description |
---|---|---|
String |
asString() |
|
ResTable_config |
getConfig() |
|
T |
getData() |
|
ResType |
getResType() |
|
XmlContext |
getXmlContext() |
|
boolean |
isFile() |
|
boolean |
isReference() |
|
boolean |
isXml() |
|
String |
toString() |
public TypedResource(T data, ResType resType, XmlContext xmlContext)
public T getData()
public ResType getResType()
public ResTable_config getConfig()
public XmlContext getXmlContext()
public String asString()
public boolean isFile()
public boolean isReference()
public boolean isXml()