| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<UefiVariableAttributes>
org.virtualbox_7_1.UefiVariableAttributes
public enum UefiVariableAttributes
Possible variable attributes. More than one flag may be set.
Interface ID: {CDA505EC-B444-4AEF-B55C-B687717BDAC5}| Enum Constant Summary | |
|---|---|
| AuthAppendWriteThe variable can be appended only. | |
| AuthTimeBasedWriteAccessVariable was written with a time based authentication. | |
| AuthWriteAccessWriting to this variable requires an authenticated source. | |
| BootServiceAccessVariable can be accessed from the boot services. | |
| HwErrorRecordVariable contains a hardware error record. | |
| NoneNo attributes set. | |
| NonVolatileVariable is stored in non volatile storage. | |
| RuntimeAccessVariable can be accessed from the runtime. | |
| Method Summary | |
|---|---|
| static UefiVariableAttributes | fromValue(long v) | 
| static UefiVariableAttributes | fromValue(java.lang.String v) | 
|  int | value() | 
| static UefiVariableAttributes | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static UefiVariableAttributes[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final UefiVariableAttributes None
public static final UefiVariableAttributes NonVolatile
public static final UefiVariableAttributes BootServiceAccess
public static final UefiVariableAttributes RuntimeAccess
public static final UefiVariableAttributes HwErrorRecord
public static final UefiVariableAttributes AuthWriteAccess
public static final UefiVariableAttributes AuthTimeBasedWriteAccess
public static final UefiVariableAttributes AuthAppendWrite
| Method Detail | 
|---|
public static UefiVariableAttributes[] values()
for (UefiVariableAttributes c : UefiVariableAttributes.values()) System.out.println(c);
public static UefiVariableAttributes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int value()
public static UefiVariableAttributes fromValue(long v)
public static UefiVariableAttributes fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||