Project: stp

com.ibm.rational.wvcm.stp.cc
Enum CcFile.RemoveLabelFlag

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

public static enum CcFile.RemoveLabelFlag
extends Enum<CcFile.RemoveLabelFlag>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

Flags for the doRemoveLabel method


Enum Constant Summary
FOLLOW_SYMLINKS
          Follow symbolic links
RECURSE
          Remove label recursively over sub-tree.
 
Method Summary
 String toString()
           
static CcFile.RemoveLabelFlag valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CcFile.RemoveLabelFlag[] 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, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FOLLOW_SYMLINKS

public static final CcFile.RemoveLabelFlag FOLLOW_SYMLINKS
Follow symbolic links


RECURSE

public static final CcFile.RemoveLabelFlag RECURSE
Remove label recursively over sub-tree.

Method Detail

toString

public String toString()
Overrides:
toString in class Enum<CcFile.RemoveLabelFlag>

valueOf

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

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

Generated Thu 20-Feb-2014 09:09 PM

Copyright © IBM 2014. All rights reserved.