org.odata4j.producer.inmemory
Enum InMemoryProducer.RequestContext.RequestType

java.lang.Object
  extended by java.lang.Enum<InMemoryProducer.RequestContext.RequestType>
      extended by org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.RequestType
All Implemented Interfaces:
Serializable, Comparable<InMemoryProducer.RequestContext.RequestType>
Enclosing class:
InMemoryProducer.RequestContext

public static enum InMemoryProducer.RequestContext.RequestType
extends Enum<InMemoryProducer.RequestContext.RequestType>


Enum Constant Summary
GetEntities
           
GetEntitiesCount
           
GetEntity
           
GetNavProperty
           
 
Method Summary
static InMemoryProducer.RequestContext.RequestType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InMemoryProducer.RequestContext.RequestType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

GetEntities

public static final InMemoryProducer.RequestContext.RequestType GetEntities

GetEntitiesCount

public static final InMemoryProducer.RequestContext.RequestType GetEntitiesCount

GetEntity

public static final InMemoryProducer.RequestContext.RequestType GetEntity

GetNavProperty

public static final InMemoryProducer.RequestContext.RequestType GetNavProperty
Method Detail

valueOf

public static InMemoryProducer.RequestContext.RequestType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

values

public static InMemoryProducer.RequestContext.RequestType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (InMemoryProducer.RequestContext.RequestType c : InMemoryProducer.RequestContext.RequestType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared


http://odata4j.org