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

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

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

Class representing the uses-configuration node in the manifest.


Constructor Summary
ManifestData.UsesConfiguration()
           
 
Method Summary
 java.lang.Boolean getReqFiveWayNav()
          returns the value of the reqFiveWayNav attribute or null if not present.
 java.lang.Boolean getReqHardKeyboard()
          returns the value of the reqHardKeyboard attribute or null if not present.
 com.android.resources.Keyboard getReqKeyboardType()
          returns the value of the reqKeyboardType attribute or null if not present.
 com.android.resources.Navigation getReqNavigation()
          returns the value of the reqNavigation attribute or null if not present.
 com.android.resources.TouchScreen getReqTouchScreen()
          returns the value of the reqTouchScreen attribute or null if not present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestData.UsesConfiguration

public ManifestData.UsesConfiguration()
Method Detail

getReqFiveWayNav

public java.lang.Boolean getReqFiveWayNav()
returns the value of the reqFiveWayNav attribute or null if not present.


getReqNavigation

public com.android.resources.Navigation getReqNavigation()
returns the value of the reqNavigation attribute or null if not present.


getReqHardKeyboard

public java.lang.Boolean getReqHardKeyboard()
returns the value of the reqHardKeyboard attribute or null if not present.


getReqKeyboardType

public com.android.resources.Keyboard getReqKeyboardType()
returns the value of the reqKeyboardType attribute or null if not present.


getReqTouchScreen

public com.android.resources.TouchScreen getReqTouchScreen()
returns the value of the reqTouchScreen attribute or null if not present.