Uses of Enum Class
network.ike.plugin.scaffold.FoundationBaker.Status
Packages that use FoundationBaker.Status
-
Uses of FoundationBaker.Status in network.ike.plugin.scaffold
Subclasses with type arguments of type FoundationBaker.Status in network.ike.plugin.scaffoldModifier and TypeClassDescriptionstatic enumClassification of a foundation pin against its latest GA.Methods in network.ike.plugin.scaffold that return FoundationBaker.StatusModifier and TypeMethodDescriptionFoundationBaker.Finding.status()Returns the value of thestatusrecord component.static FoundationBaker.StatusReturns the enum constant of this class with the specified name.static FoundationBaker.Status[]FoundationBaker.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.plugin.scaffold with parameters of type FoundationBaker.StatusModifierConstructorDescriptionFinding(FoundationBaker.Coordinate coordinate, String current, String latest, FoundationBaker.Status status) Creates an instance of aFindingrecord class.