public enum ResourceUri extends Enum<ResourceUri>
| Enum Constant and Description |
|---|
CONFIG |
DATASTORE |
MODULE |
MODULE_DEVIATION |
MODULE_FEATURE |
MODULE_NAME |
MODULE_NAMESPACE |
MODULE_REVISION |
MODULES |
OPERATIONAL |
OPERATIONS |
RESTCONF |
STREAM |
STREAMS |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ResourceUri |
fromString(String text) |
String |
getPath() |
static ResourceUri |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceUri[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceUri RESTCONF
public static final ResourceUri DATASTORE
public static final ResourceUri MODULES
public static final ResourceUri MODULE
public static final ResourceUri MODULE_NAME
public static final ResourceUri MODULE_REVISION
public static final ResourceUri MODULE_NAMESPACE
public static final ResourceUri MODULE_FEATURE
public static final ResourceUri MODULE_DEVIATION
public static final ResourceUri OPERATIONS
public static final ResourceUri STREAMS
public static final ResourceUri STREAM
public static final ResourceUri VERSION
public static final ResourceUri OPERATIONAL
public static final ResourceUri CONFIG
public static ResourceUri[] values()
for (ResourceUri c : ResourceUri.values()) System.out.println(c);
public static ResourceUri 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 nullpublic String getPath()
public static ResourceUri fromString(String text)
Copyright © 2014. All rights reserved.