FileDocCategorySizeDatePackage
IResourceValue.javaAPI DocAndroid 1.5 API1310Wed May 06 22:42:02 BST 2009com.android.layoutlib.api

IResourceValue

public interface IResourceValue
Represents an android resource with a name and a string value.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetName()
Returns the name of the resource, as defined in the XML.

public java.lang.StringgetType()
Returns the type of the resource. For instance "drawable", "color", etc...

public java.lang.StringgetValue()
Returns the value of the resource, as defined in the XML. This can be null

public booleanisFramework()
Returns whether the resource is a framework resource (true) or a project resource (false).