Project: stp

com.ibm.rational.wvcm.stp.cc
Enum CcViewTag.ViewType

Object
  extended by Enum<CcViewTag.ViewType>
      extended by CcViewTag.ViewType
All Implemented Interfaces:
com.ibm.rational.wvcm.stpex.StpExEnumeration, Serializable, Comparable<CcViewTag.ViewType>
Enclosing interface:
CcViewTag

public static enum CcViewTag.ViewType
extends Enum<CcViewTag.ViewType>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

Type of ClearCase view. View type is one of

  • Dynamic.
  • Snapshot.
  • Web.
  • For more information, see the ClearCase Reference Manual.


    Enum Constant Summary
    DYNAMIC
              This is a dynamic view.
    SNAPSHOT
              This is a snapshot view
    WEB
              This a web view.
     
    Method Summary
    static CcViewTag.ViewType valueOf(String name)
              Returns the enum constant of this type with the specified name.
    static CcViewTag.ViewType[] values()
              Returns an array containing the constants of this enum type, in the order they're declared.
     
    Methods inherited from class Enum
    compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
     
    Methods inherited from class Object
    getClass, notify, notifyAll, wait, wait, wait
     

    Enum Constant Detail

    DYNAMIC

    public static final CcViewTag.ViewType DYNAMIC
    This is a dynamic view.


    SNAPSHOT

    public static final CcViewTag.ViewType SNAPSHOT
    This is a snapshot view


    WEB

    public static final CcViewTag.ViewType WEB
    This a web view.

    Method Detail

    valueOf

    public static CcViewTag.ViewType valueOf(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:
    IllegalArgumentException - if this enum type has no constant with the specified name

    values

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

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

    Generated Fri 14-Jan-2011 09:44 PM

    Copyright © IBM 2011. All rights reserved.