Uses of Class
org.cyclonedx.model.component.modelCard.consideration.consumption.energy.Unit
-
Packages that use Unit Package Description org.cyclonedx.model.component.modelCard.consideration.consumption.energy -
-
Uses of Unit in org.cyclonedx.model.component.modelCard.consideration.consumption.energy
Fields in org.cyclonedx.model.component.modelCard.consideration.consumption.energy declared as Unit Modifier and Type Field Description private UnitEnergyMeasure. unitMethods in org.cyclonedx.model.component.modelCard.consideration.consumption.energy that return Unit Modifier and Type Method Description UnitEnergyMeasure. getUnit()static UnitUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Unit[]Unit. 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 Unit Modifier and Type Method Description voidEnergyMeasure. setUnit(Unit unit)
-