public interface StyleItemResourceValue extends ResourceValue
| Modifier and Type | Method and Description |
|---|---|
ResourceReference |
getAttr()
Returns a
ResourceReference to the attr resource this item is defined for, if
the name was specified using the correct syntax. |
java.lang.String |
getAttrName()
Returns contents of the
name XML attribute that defined this style item. |
java.lang.String |
getName()
Deprecated.
Use
getAttr() instead. |
asReference, getLibraryName, getNamespace, getNamespaceResolver, getRawXmlValue, getReference, getResourceType, getResourceUrl, getValue, isFramework, isUserDefined, setNamespaceResolver, setValue@NonNull java.lang.String getAttrName()
name XML attribute that defined this style item. This is
supposed to be a reference to an attr resource.@Nullable ResourceReference getAttr()
ResourceReference to the attr resource this item is defined for, if
the name was specified using the correct syntax.@Deprecated @NonNull java.lang.String getName()
getAttr() instead.getAttr() instead.getName in interface ResourceValue