Uses of Enum
org.kordamp.jarviz.core.model.Checksum.Outcome
Packages that use Checksum.Outcome
-
Uses of Checksum.Outcome in org.kordamp.jarviz.commands
Methods in org.kordamp.jarviz.commands with parameters of type Checksum.OutcomeModifier and TypeMethodDescriptionprivate StringChecksumCommand.colorize(Checksum.Outcome outcome) -
Uses of Checksum.Outcome in org.kordamp.jarviz.core.model
Fields in org.kordamp.jarviz.core.model declared as Checksum.OutcomeMethods in org.kordamp.jarviz.core.model that return Checksum.OutcomeModifier and TypeMethodDescriptionChecksum.getOutcome()static Checksum.OutcomeReturns the enum constant of this type with the specified name.static Checksum.Outcome[]Checksum.Outcome.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kordamp.jarviz.core.model with parameters of type Checksum.Outcome