public static class

XResources.ResourceNames

extends Object
java.lang.Object
   ↳ android.content.res.XResources.ResourceNames

Class Overview

Wrapper for information about an indiviual resource.

Summary

Fields
public final String fullName The full resource nameas returned by Resources.getResourceName(int).
public final int id The resource ID.
public final String name The resource entry name as returned by Resources.getResourceEntryName(int).
public final String pkg The resource package name as returned by Resources.getResourcePackageName(int).
public final String type The resource type name as returned by Resources.getResourceTypeName(int).
Public Methods
boolean equals(String pkg, String name, String type, int id)
Returns whether all non-null parameters match the values of this object.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final String fullName

The full resource nameas returned by Resources.getResourceName(int).

public final int id

The resource ID.

public final String name

The resource entry name as returned by Resources.getResourceEntryName(int).

public final String pkg

The resource package name as returned by Resources.getResourcePackageName(int).

public final String type

The resource type name as returned by Resources.getResourceTypeName(int).

Public Methods

public boolean equals (String pkg, String name, String type, int id)

Returns whether all non-null parameters match the values of this object.