public enum UriInfoKind extends Enum<UriInfoKind>
Enum Constant and Description |
---|
all
Class:
UriInfoAll URI: http://.../serviceroot/$all |
batch
Class:
UriInfoBatch URI: http://.../serviceroot/$batch |
crossjoin
Class:
UriInfoCrossjoin URI: http://.../serviceroot/$crossjoin |
entityId
Class:
UriInfoEntityId URI: http://.../serviceroot/$entity(...) |
metadata
Class:
UriInfoMetadata URI: http://.../serviceroot/$metadata... |
resource
Class:
UriInfoResource URI: http://.../serviceroot/entitySet |
service
Class:
UriInfoService URI: http://.../serviceroot |
Modifier and Type | Method and Description |
---|---|
static UriInfoKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriInfoKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriInfoKind all
UriInfoAll
public static final UriInfoKind batch
UriInfoBatch
public static final UriInfoKind crossjoin
UriInfoCrossjoin
public static final UriInfoKind entityId
UriInfoEntityId
public static final UriInfoKind metadata
UriInfoMetadata
public static final UriInfoKind resource
UriInfoResource
public static final UriInfoKind service
UriInfoService
public static UriInfoKind[] values()
for (UriInfoKind c : UriInfoKind.values()) System.out.println(c);
public static UriInfoKind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.