public enum OperationOnModelInternal extends java.lang.Enum<OperationOnModelInternal>
| Modifier and Type | Method and Description |
|---|---|
static OperationOnModelInternal |
from(PersistenceOperation persistenceOperation) |
PersistenceOperation |
toOperationOnModelExternal() |
static OperationOnModelInternal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationOnModelInternal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationOnModelInternal SAVE
public static final OperationOnModelInternal DELETE
public static final OperationOnModelInternal OTHER
public static OperationOnModelInternal[] values()
for (OperationOnModelInternal c : OperationOnModelInternal.values()) System.out.println(c);
public static OperationOnModelInternal 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 nullpublic static OperationOnModelInternal from(PersistenceOperation persistenceOperation)
public PersistenceOperation toOperationOnModelExternal()
Copyright © 2018 SAP SE. All Rights Reserved.