Package org.robolectric.res.android
Class ResourceTable.flag_entry
java.lang.Object
org.robolectric.res.android.ResourceTable.flag_entry
- Enclosing class:
- ResourceTable
public static class ResourceTable.flag_entry extends Object
-
Field Summary
Fields Modifier and Type Field Description String
description
String
name
int
value
-
Constructor Summary
Constructors Constructor Description flag_entry(String name, int value, String description)
-
Method Summary
-
Field Details
-
name
-
value
public final int value -
description
-
-
Constructor Details