org.androidtransfuse.model.manifest
Class MetaData
java.lang.Object
org.androidtransfuse.model.Mergeable
org.androidtransfuse.model.manifest.MetaData
- All Implemented Interfaces:
- Identified
public class MetaData
- extends Mergeable
- implements Identified
attributes:
android:name="string"
android:resource="resource specification"
android:value="string"
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaData
public MetaData()
getName
public String getName()
setName
public void setName(String name)
getResourceSpecification
public String getResourceSpecification()
setResourceSpecification
public void setResourceSpecification(String resourceSpecification)
getValue
public String getValue()
setValue
public void setValue(String value)
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier in interface Identified
Copyright © 2012. All Rights Reserved.