public static final enum

OEntityKey.KeyType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.odata4j.core.OEntityKey.KeyType

Class Overview

SINGLE or COMPLEX

Summary

Enum Values
OEntityKey.KeyType  COMPLEX   
OEntityKey.KeyType  SINGLE   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static OEntityKey.KeyType valueOf(String name)
final static KeyType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OEntityKey.KeyType COMPLEX

public static final OEntityKey.KeyType SINGLE

Public Methods

public static OEntityKey.KeyType valueOf (String name)

Parameters
name

public static final KeyType[] values ()