Option.Importance
  public
  static
  final
  
  enum
  Option.Importance
  
  
  
  
    extends Enum<Option.Importance>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.config.Option.Importance> | |
| ↳ | com.android.tradefed.config.Option.Importance | |
Zusammenfassung
Enum-Werte | |
|---|---|
Option.Importance  | 
    
      ALWAYS
      Die Option sollte immer als wichtig behandelt werden.  | 
  
Option.Importance  | 
    
      IF_UNSET
      Die Option sollte nur dann als wichtig behandelt werden, wenn sie keinen Wert hat.  | 
  
Option.Importance  | 
    
      NEVER
      Die Option sollte nie als wichtig behandelt werden.  | 
  
Öffentliche Methoden | |
|---|---|
        
        
        static
        
        
        Option.Importance
     | 
  
    
      
      valueOf(String name)
      
      
     | 
  
        
        
        static
        final
        
        Importance[]
     | 
  
    
      
      values()
      
      
     | 
  
Enum-Werte
IMMER
public static final Option.Importance ALWAYS
Die Option sollte immer als wichtig behandelt werden.
IF_UNSET
public static final Option.Importance IF_UNSET
Die Option sollte nur dann als wichtig behandelt werden, wenn sie keinen Wert hat.
Öffentliche Methoden
valueOf
public static Option.Importance valueOf (String name)
| Parameter | |
|---|---|
name | 
        
          String  | 
      
| Returns | |
|---|---|
Option.Importance | 
        |