|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ResourceValue
.
@Deprecated public interface IResourceValue
Represents an android resource with a name and a string value.
Method Summary | |
---|---|
java.lang.String |
getName()
Deprecated. Returns the name of the resource, as defined in the XML. |
java.lang.String |
getType()
Deprecated. Returns the type of the resource. |
java.lang.String |
getValue()
Deprecated. Returns the value of the resource, as defined in the XML. |
boolean |
isFramework()
Deprecated. Returns whether the resource is a framework resource ( true ) or a project
resource (false). |
Method Detail |
---|
java.lang.String getType()
java.lang.String getName()
java.lang.String getValue()
null
boolean isFramework()
true
) or a project
resource (false).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |