Project: stp

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

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

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

Flags for the doApplyLabel method


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

Enum Constant Detail

FOLLOW_SYMLINKS

public static final CcFile.ApplyLabelFlag FOLLOW_SYMLINKS
Follow symbolic links


RECURSE

public static final CcFile.ApplyLabelFlag RECURSE
Apply label recursively over sub-tree.


REPLACE

public static final CcFile.ApplyLabelFlag REPLACE
Replace existing label instance.

Method Detail

toString

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

valueOf

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

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

Generated Thu 15-Aug-2013 10:38 PM

Copyright © IBM 2013. All rights reserved.