Uses of Class
se.idsec.utils.printcert.display.UnitType
-
Packages that use UnitType Package Description se.idsec.utils.printcert.display -
-
Uses of UnitType in se.idsec.utils.printcert.display
Methods in se.idsec.utils.printcert.display that return UnitType Modifier and Type Method Description UnitTypeUnitDisplayData. getType()static UnitTypeUnitType. valueOf(String name)Returns the enum constant of this type with the specified name.static UnitType[]UnitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in se.idsec.utils.printcert.display with parameters of type UnitType Modifier and Type Method Description voidUnitDisplayData. setType(UnitType type)Constructors in se.idsec.utils.printcert.display with parameters of type UnitType Constructor Description UnitDisplayData(UnitType type)
-