ResourceValue.@Deprecated
public interface IResourceValue
| Modifier and Type | Method and Description |
|---|---|
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). |
java.lang.String getType()
java.lang.String getName()
java.lang.String getValue()
nullboolean isFramework()
true) or a project
resource (false).