Project: stp

com.ibm.rational.wvcm.stp.cc
Enum CcUpdateListener.UpdateType

Object
  extended by Enum<CcUpdateListener.UpdateType>
      extended by CcUpdateListener.UpdateType
All Implemented Interfaces:
Serializable, Comparable<CcUpdateListener.UpdateType>
Enclosing interface:
CcUpdateListener

public static enum CcUpdateListener.UpdateType
extends Enum<CcUpdateListener.UpdateType>

Values for file or directory update type


Enum Constant Summary
CANDIDATE_FOUND
          Update found for this file or directory
CHECKOUT_FOUND
          Checkout found for this file or direcotry
KEPT_HIJACK
          Kept hijack this file or direcotry
LOADED
          Loaded this file or directory
RELOADED
          Reloaded this file or directory
RESTORED
          Restored this file or directory
UNDID_HIJACK
          Cancelled hijack for this file or directory
UNLOADED
          Unloaded this file or directory
UPDATED
          Updated this file or directory
 
Method Summary
static CcUpdateListener.UpdateType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CcUpdateListener.UpdateType[] values()
          Returns an array containing the constants of this enum type, in the order they are 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

CANDIDATE_FOUND

public static final CcUpdateListener.UpdateType CANDIDATE_FOUND
Update found for this file or directory


CHECKOUT_FOUND

public static final CcUpdateListener.UpdateType CHECKOUT_FOUND
Checkout found for this file or direcotry


KEPT_HIJACK

public static final CcUpdateListener.UpdateType KEPT_HIJACK
Kept hijack this file or direcotry


LOADED

public static final CcUpdateListener.UpdateType LOADED
Loaded this file or directory


RELOADED

public static final CcUpdateListener.UpdateType RELOADED
Reloaded this file or directory


RESTORED

public static final CcUpdateListener.UpdateType RESTORED
Restored this file or directory


UNDID_HIJACK

public static final CcUpdateListener.UpdateType UNDID_HIJACK
Cancelled hijack for this file or directory


UNLOADED

public static final CcUpdateListener.UpdateType UNLOADED
Unloaded this file or directory


UPDATED

public static final CcUpdateListener.UpdateType UPDATED
Updated this file or directory

Method Detail

valueOf

public static CcUpdateListener.UpdateType 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
NullPointerException - if the argument is null

values

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

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

Generated Wed 19-Nov-2014 10:09 AM

Copyright © IBM 2014. All rights reserved.