com.android.util
Class PropertiesMap.Property

java.lang.Object
  extended by com.android.util.PropertiesMap.Property
Enclosing class:
PropertiesMap

public static class PropertiesMap.Property
extends java.lang.Object


Field Summary
 java.lang.String resource
          Pre-resolution resource value
 java.lang.String value
          Post-resolution value
 
Constructor Summary
PropertiesMap.Property(java.lang.String resource, java.lang.String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

public final java.lang.String resource
Pre-resolution resource value


value

public final java.lang.String value
Post-resolution value

Constructor Detail

PropertiesMap.Property

public PropertiesMap.Property(java.lang.String resource,
                              java.lang.String value)