| Package | Description | 
|---|---|
| gov.nist.secauto.swid.builder.resource.firmware | 
| Modifier and Type | Method and Description | 
|---|---|
static FirmwareCondition | 
FirmwareCondition.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FirmwareCondition[] | 
FirmwareCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<FirmwareRequirement<FirmwareCondition>> | 
FirmwarePayloadBuilder.getConditions()
Retrieve the conditions of the firmware payload. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FirmwarePayloadBuilder | 
FirmwarePayloadBuilder.addCondition(FirmwareRequirement<FirmwareCondition> condition)
Adds a new condition to the list of conditions. 
 | 
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.