Uses of Class
org.androidtransfuse.model.manifest.ProtectionLevel

Packages that use ProtectionLevel
org.androidtransfuse.model.manifest   
 

Uses of ProtectionLevel in org.androidtransfuse.model.manifest
 

Methods in org.androidtransfuse.model.manifest that return ProtectionLevel
 ProtectionLevel Permission.getProtectionLevel()
           
static ProtectionLevel ProtectionLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProtectionLevel[] ProtectionLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.androidtransfuse.model.manifest with parameters of type ProtectionLevel
 void Permission.setProtectionLevel(ProtectionLevel protectionLevel)
           
 



Copyright © 2012. All Rights Reserved.