Skip navigation links


com.bea.p13n.model
Enum Comparison.Type

java.lang.Object
  extended by java.lang.Enum<Comparison.Type>
      extended by com.bea.p13n.model.Comparison.Type

All Implemented Interfaces
Serializable, Comparable<Comparison.Type>
Enclosing class:
Comparison

public static enum Comparison.Type
extends Enum<Comparison.Type>

The type of comparison this is: property to literal value, or property to property.


Enum Constant Summary
PROP_VS_LITERAL
           
PROP_VS_PROP
           

 

Method Summary
static Comparison.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Comparison.Type[] values()
          Returns an array containing the constants of this enum type, in the order theyre 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

PROP_VS_LITERAL

public static final Comparison.Type PROP_VS_LITERAL

PROP_VS_PROP

public static final Comparison.Type PROP_VS_PROP

Method Detail

values

public static final Comparison.Type[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.

valueOf

public static Comparison.Type valueOf(String name)
Returns the enum constant of this type with the specified name.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.