Uses of Class
io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionType
-
-
Uses of CodeTFPackageAction.CodeTFPackageActionType in io.codemodder.codetf
Methods in io.codemodder.codetf that return CodeTFPackageAction.CodeTFPackageActionType Modifier and Type Method Description CodeTFPackageAction.CodeTFPackageActionTypeCodeTFPackageAction. getAction()static CodeTFPackageAction.CodeTFPackageActionTypeCodeTFPackageAction.CodeTFPackageActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeTFPackageAction.CodeTFPackageActionType[]CodeTFPackageAction.CodeTFPackageActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.codemodder.codetf with parameters of type CodeTFPackageAction.CodeTFPackageActionType Constructor Description CodeTFPackageAction(CodeTFPackageAction.CodeTFPackageActionType action, CodeTFPackageAction.CodeTFPackageActionResult result, String packageUrl)
-