public static enum OMEntityWrapper.EntityStatus extends Enum<OMEntityWrapper.EntityStatus>
| Modifier and Type | Method and Description |
|---|---|
static OMEntityWrapper.EntityStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMEntityWrapper.EntityStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMEntityWrapper.EntityStatus NEW
public static final OMEntityWrapper.EntityStatus EXISTING
public static final OMEntityWrapper.EntityStatus UPDATED
public static final OMEntityWrapper.EntityStatus DELETED
public static OMEntityWrapper.EntityStatus[] values()
for (OMEntityWrapper.EntityStatus c : OMEntityWrapper.EntityStatus.values()) System.out.println(c);
public static OMEntityWrapper.EntityStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.