edu.upc.dama.dex.core
Class Objects.Combine
java.lang.Object
java.lang.Enum
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
| 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 |
UNION
public static final Objects.Combine UNION
- Deprecated.
INTERSECTION
public static final Objects.Combine INTERSECTION
- Deprecated.
DIFFERENCE
public static final Objects.Combine DIFFERENCE
- Deprecated.
values
public static Objects.Combine[] values()
- Deprecated.
valueOf
public static Objects.Combine valueOf(java.lang.String name)
- Deprecated.