Enum Constant Summary
Enum Constants
Function import returning a single instance of an entity type
Function import returning a collection of complex-type instances
Function import returning a single instance of a complex type
Function import returning a collection of primitive-type instances
Function import returning a single instance of a primitive type
Media resource of an entity
Entity set with key predicate
Complex property of an entity
Simple property of a complex property of an entity
Simple property of an entity
Count of link to a single entity
Count of links to multiple entities
Navigation property of an entity with target multiplicity '1' or '0..1'
Navigation property of an entity with target multiplicity '*'
Link to multiple entities
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
URI2
Entity set with key predicate
URI3
Complex property of an entity
URI4
Simple property of a complex property of an entity
URI5
Simple property of an entity
URI6A
Navigation property of an entity with target multiplicity '1' or '0..1'
URI6B
Navigation property of an entity with target multiplicity '*'
URI7A
Link to a single entity
URI7B
Link to multiple entities
URI10
Function import returning a single instance of an entity type
URI11
Function import returning a collection of complex-type instances
URI12
Function import returning a single instance of a complex type
URI13
Function import returning a collection of primitive-type instances
URI14
Function import returning a single instance of a primitive type
URI15
Count of an entity set
URI16
Count of a single entity
URI17
Media resource of an entity
URI50A
Count of link to a single entity
URI50B
Count of links to multiple entities
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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 class has no constant with the specified name
NullPointerException - if the argument is null