com.pmease.quickbuild.web.page.source.diff
Enum SourceDifference.DiffStatus

java.lang.Object
  extended by java.lang.Enum<SourceDifference.DiffStatus>
      extended by com.pmease.quickbuild.web.page.source.diff.SourceDifference.DiffStatus
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SourceDifference.DiffStatus>
Enclosing class:
SourceDifference

public static enum SourceDifference.DiffStatus
extends java.lang.Enum<SourceDifference.DiffStatus>


Enum Constant Summary
DELETE
           
EQUAL
           
INSERT
           
MDELETE
           
MINSERT
           
 
Method Summary
static SourceDifference.DiffStatus valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SourceDifference.DiffStatus[] values()
          Returns an array containing the constants of this enum type, in the order they're 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

EQUAL

public static final SourceDifference.DiffStatus EQUAL

INSERT

public static final SourceDifference.DiffStatus INSERT

DELETE

public static final SourceDifference.DiffStatus DELETE

MINSERT

public static final SourceDifference.DiffStatus MINSERT

MDELETE

public static final SourceDifference.DiffStatus MDELETE
Method Detail

values

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

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

valueOf

public static SourceDifference.DiffStatus 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


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.