com.jamasoftware.contour.ws.v3.domain
Enum WsReportType

java.lang.Object
  extended by java.lang.Enum<WsReportType>
      extended by com.jamasoftware.contour.ws.v3.domain.WsReportType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<WsReportType>

public enum WsReportType
extends java.lang.Enum<WsReportType>

Author:
Dylan

Enum Constant Summary
BIRT
           
OFFICE_TEMPLATE
           
TRACE_VIEW
           
VELOCITY
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getName()
           
static WsReportType getWsReportTypeForId(java.lang.Integer id)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
static WsReportType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WsReportType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BIRT

public static final WsReportType BIRT

VELOCITY

public static final WsReportType VELOCITY

OFFICE_TEMPLATE

public static final WsReportType OFFICE_TEMPLATE

TRACE_VIEW

public static final WsReportType TRACE_VIEW
Method Detail

values

public static WsReportType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (WsReportType c : WsReportType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WsReportType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getWsReportTypeForId

public static WsReportType getWsReportTypeForId(java.lang.Integer id)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.