public enum ODataOperations extends java.lang.Enum<ODataOperations>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOperation() |
java.lang.String |
getServiceName() |
java.lang.String |
toString() |
static ODataOperations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ODataOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODataOperations DELETE
public static final ODataOperations INSERT
public static final ODataOperations RETRIEVE
public static final ODataOperations UPDATE
public java.lang.String getOperation()
public java.lang.String getServiceName()
public java.lang.String toString()
toString
in class java.lang.Enum<ODataOperations>
public static ODataOperations 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 ODataOperations[] values()
for (ODataOperations c : ODataOperations.values()) System.out.println(c);
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.