Uses of Enum Class
dev.blackilykat.pmp.Action.Type
Packages that use Action.Type
-
Uses of Action.Type in dev.blackilykat.pmp
Subclasses with type arguments of type Action.Type in dev.blackilykat.pmpModifier and TypeClassDescriptionstatic enumWhat kind of modification an action performs on the libraryFields in dev.blackilykat.pmp declared as Action.TypeModifier and TypeFieldDescriptionAction.actionTypeWhat kind of modification this action performs on the libraryMethods in dev.blackilykat.pmp that return Action.TypeModifier and TypeMethodDescriptionstatic Action.TypeReturns the enum constant of this class with the specified name.static Action.Type[]Action.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.blackilykat.pmp with parameters of type Action.TypeModifierConstructorDescriptionAction(String filename, Action.Type actionType) Constructor used when actionType !=Action.Type.CHANGE_METADATA.