Uses of Class
org.jboss.windup.tooling.data.QuickfixType
-
Packages that use QuickfixType Package Description org.jboss.windup.tooling.data -
-
Uses of QuickfixType in org.jboss.windup.tooling.data
Methods in org.jboss.windup.tooling.data that return QuickfixType Modifier and Type Method Description QuickfixTypeQuickfix. getType()Contains the type of the quickfix (eg, token substitution)..static QuickfixTypeQuickfixType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuickfixType[]QuickfixType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-