public final enum

CommentType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.pageobjects.pages.viewissue.CommentType

Summary

Enum Values
CommentType  DIALOG   
CommentType  DRAWER   
CommentType  INLINE   
Public Methods
static CommentType valueOf(String name)
final static CommentType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CommentType DIALOG

public static final CommentType DRAWER

public static final CommentType INLINE

Public Methods

public static CommentType valueOf (String name)

public static final CommentType[] values ()