public static enum ODataServiceVersion.NamespaceKey extends Enum<ODataServiceVersion.NamespaceKey>
Enum Constant and Description |
---|
ASSOCIATION_LINK_REL |
DATASERVICES |
DELTA_LINK_REL |
MEDIA_EDIT_LINK_REL |
METADATA |
NAVIGATION_LINK_REL |
SCHEME |
Modifier and Type | Method and Description |
---|---|
static ODataServiceVersion.NamespaceKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODataServiceVersion.NamespaceKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODataServiceVersion.NamespaceKey DATASERVICES
public static final ODataServiceVersion.NamespaceKey METADATA
public static final ODataServiceVersion.NamespaceKey SCHEME
public static final ODataServiceVersion.NamespaceKey NAVIGATION_LINK_REL
public static final ODataServiceVersion.NamespaceKey ASSOCIATION_LINK_REL
public static final ODataServiceVersion.NamespaceKey MEDIA_EDIT_LINK_REL
public static final ODataServiceVersion.NamespaceKey DELTA_LINK_REL
public static ODataServiceVersion.NamespaceKey[] values()
for (ODataServiceVersion.NamespaceKey c : ODataServiceVersion.NamespaceKey.values()) System.out.println(c);
public static ODataServiceVersion.NamespaceKey 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–2015 The Apache Software Foundation. All rights reserved.