public enum swObjectEquality extends java.lang.Enum<swObjectEquality>
Enum Constant and Description |
---|
swObjectNotSame |
swObjectSame |
swObjectUnsupported |
Modifier and Type | Method and Description |
---|---|
static swObjectEquality |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swObjectEquality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swObjectEquality swObjectNotSame
public static final swObjectEquality swObjectSame
public static final swObjectEquality swObjectUnsupported
public static swObjectEquality[] values()
for (swObjectEquality c : swObjectEquality.values()) System.out.println(c);
public static swObjectEquality valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null