edu.upc.dama.dex.core
Class Objects.Combine

java.lang.Object
  extended by java.lang.Enum
      extended by edu.upc.dama.dex.core.Objects.Combine
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Objects

Deprecated. As of release 1.2, replace by Objects.COMBINE_UNION, Objects.COMBINE_DIFFERENCE and Objects.COMBINE_INTERSECTION.

@Deprecated
public static final class Objects.Combine
extends java.lang.Enum

Combine operation enumeration.

See Also:
Serialized Form

Field Summary
static Objects.Combine DIFFERENCE
          Deprecated.  
static Objects.Combine INTERSECTION
          Deprecated.  
static Objects.Combine UNION
          Deprecated.  
 
Method Summary
static Objects.Combine valueOf(java.lang.String name)
          Deprecated.  
static Objects.Combine[] values()
          Deprecated.  
 
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
 

Field Detail

UNION

public static final Objects.Combine UNION
Deprecated. 

INTERSECTION

public static final Objects.Combine INTERSECTION
Deprecated. 

DIFFERENCE

public static final Objects.Combine DIFFERENCE
Deprecated. 
Method Detail

values

public static Objects.Combine[] values()
Deprecated. 

valueOf

public static Objects.Combine valueOf(java.lang.String name)
Deprecated.