Uses of Enum Class
com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand.ArtifactType
Packages that use BaseJdmpviewCommand.ArtifactType
-
Uses of BaseJdmpviewCommand.ArtifactType in com.ibm.jvm.dtfjview.commands
Subclasses with type arguments of type BaseJdmpviewCommand.ArtifactType in com.ibm.jvm.dtfjview.commandsModifier and TypeClassDescriptionprotected static enum
Enum for identifying the type of artifact that is currently being analyzed.Methods in com.ibm.jvm.dtfjview.commands that return BaseJdmpviewCommand.ArtifactTypeModifier and TypeMethodDescriptionprotected BaseJdmpviewCommand.ArtifactType
BaseJdmpviewCommand.getArtifactType()
Determine the type of artifact currently being operated on.Returns the enum constant of this class with the specified name.static BaseJdmpviewCommand.ArtifactType[]
BaseJdmpviewCommand.ArtifactType.values()
Returns an array containing the constants of this enum class, in the order they are declared.