Uses of Class
org.cyclonedx.model.component.modelCard.consideration.consumption.energy.EnergySource
-
Packages that use EnergySource Package Description org.cyclonedx.model.component.modelCard.consideration.consumption.energy -
-
Uses of EnergySource in org.cyclonedx.model.component.modelCard.consideration.consumption.energy
Fields in org.cyclonedx.model.component.modelCard.consideration.consumption.energy declared as EnergySource Modifier and Type Field Description private EnergySourceEnergyProvider. energySourceMethods in org.cyclonedx.model.component.modelCard.consideration.consumption.energy that return EnergySource Modifier and Type Method Description EnergySourceEnergyProvider. getEnergySource()static EnergySourceEnergySource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnergySource[]EnergySource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model.component.modelCard.consideration.consumption.energy with parameters of type EnergySource Modifier and Type Method Description voidEnergyProvider. setEnergySource(EnergySource energySource)
-