com.android.ide.common.xml
Class ManifestData.UsesFeature

java.lang.Object
  extended by com.android.ide.common.xml.ManifestData.UsesFeature
Enclosing class:
ManifestData

public static final class ManifestData.UsesFeature
extends java.lang.Object

Class representing a uses-feature node in the manifest.


Constructor Summary
ManifestData.UsesFeature()
           
 
Method Summary
 int getGlEsVersion()
          Returns the value of the glEsVersion attribute, or 0 if the attribute was not present.
 java.lang.String getName()
           
 java.lang.Boolean getRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestData.UsesFeature

public ManifestData.UsesFeature()
Method Detail

getName

public java.lang.String getName()

getGlEsVersion

public int getGlEsVersion()
Returns the value of the glEsVersion attribute, or 0 if the attribute was not present.


getRequired

public java.lang.Boolean getRequired()