com.tibco.bpm.web.client.model.types
Enum CalendarBasic.CalendarType

java.lang.Object
  extended by java.lang.Enum<CalendarBasic.CalendarType>
      extended by com.tibco.bpm.web.client.model.types.CalendarBasic.CalendarType
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable, java.lang.Comparable<CalendarBasic.CalendarType>
Enclosing class:
CalendarBasic

public static enum CalendarBasic.CalendarType
extends java.lang.Enum<CalendarBasic.CalendarType>
implements com.google.gwt.user.client.rpc.IsSerializable


Enum Constant Summary
BASE
           
OVERLAY
           
 
Method Summary
 int getCode()
          TODO Describe this method
 java.lang.String getDesc()
          TODO Describe this method
static CalendarBasic.CalendarType valueOf(int code)
           
static CalendarBasic.CalendarType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CalendarBasic.CalendarType[] 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

BASE

public static final CalendarBasic.CalendarType BASE

OVERLAY

public static final CalendarBasic.CalendarType OVERLAY
Method Detail

values

public static CalendarBasic.CalendarType[] 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 (CalendarBasic.CalendarType c : CalendarBasic.CalendarType.values())
    System.out.println(c);

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

valueOf

public static CalendarBasic.CalendarType 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

getDesc

public java.lang.String getDesc()
TODO Describe this method

Returns:
Returns the desc.

getCode

public int getCode()
TODO Describe this method

Returns:
Returns the code.

valueOf

public static CalendarBasic.CalendarType valueOf(int code)


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.