public final enum

CommentType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.clarizen.api.projectmanagement.CommentType

Class Overview

Java class for CommentType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="CommentType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Note"/>
     <enumeration value="Discussion"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
CommentType  DISCUSSION   
CommentType  NOTE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static CommentType fromValue(String v)
String value()
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 DISCUSSION

public static final CommentType NOTE

Fields

private final String value

Public Methods

public static CommentType fromValue (String v)

Parameters
v

public String value ()

public static CommentType valueOf (String name)

Parameters
name

public static final CommentType[] values ()