public enum swPersistReferencedObjectStates_e extends java.lang.Enum<swPersistReferencedObjectStates_e>
| Enum Constant and Description |
|---|
swPersistReferencedObject_Deleted |
swPersistReferencedObject_Invalid |
swPersistReferencedObject_Ok |
swPersistReferencedObject_Suppressed |
| Modifier and Type | Method and Description |
|---|---|
static swPersistReferencedObjectStates_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPersistReferencedObjectStates_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPersistReferencedObjectStates_e swPersistReferencedObject_Ok
public static final swPersistReferencedObjectStates_e swPersistReferencedObject_Invalid
public static final swPersistReferencedObjectStates_e swPersistReferencedObject_Suppressed
public static final swPersistReferencedObjectStates_e swPersistReferencedObject_Deleted
public static swPersistReferencedObjectStates_e[] values()
for (swPersistReferencedObjectStates_e c : swPersistReferencedObjectStates_e.values()) System.out.println(c);
public static swPersistReferencedObjectStates_e 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