Uses of Enum Class
network.ike.plugin.scaffold.FoundationDriftChecker.Kind
Packages that use FoundationDriftChecker.Kind
-
Uses of FoundationDriftChecker.Kind in network.ike.plugin.scaffold
Subclasses with type arguments of type FoundationDriftChecker.Kind in network.ike.plugin.scaffoldModifier and TypeClassDescriptionstatic enumClassification of a drift entry.Methods in network.ike.plugin.scaffold that return FoundationDriftChecker.KindModifier and TypeMethodDescriptionFoundationDriftChecker.Entry.kind()Returns the value of thekindrecord component.static FoundationDriftChecker.KindReturns the enum constant of this class with the specified name.static FoundationDriftChecker.Kind[]FoundationDriftChecker.Kind.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 FoundationDriftChecker.KindModifierConstructorDescriptionEntry(FoundationDriftChecker.Kind kind, String name, String actual, String expected) Creates an instance of aEntryrecord class.