|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RpcReplyErrorInfo.ErrorElement>
com.vhosting.netconf.frame.RpcReplyErrorInfo.ErrorElement
public static enum RpcReplyErrorInfo.ErrorElement
This enumeration represents all the elements of which it is possible to have more information.
Enum Constant Summary | |
---|---|
bad_attribute
Name of the unexpected attribute. |
|
bad_element
Name of the element that contains the bad element. |
|
bad_namespace
Name of the unexpected namespace. |
|
err_element
Identifies an element in the data model for which the requested operation has failed for that node and all its child nodes. |
|
noop_element
Identifies an element in the data model for which the requested operation was not attempted for that node and all its child nodes. |
|
ok_element
Identifies an element in the data model for which the requested operation has been completed for that node and all its child nodes. |
|
session_id
Session ID of session holding the requested lock, or zero to indicate a non-NETCONF entity holds the lock. |
Method Summary | |
---|---|
static RpcReplyErrorInfo.ErrorElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RpcReplyErrorInfo.ErrorElement[] |
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 |
---|
public static final RpcReplyErrorInfo.ErrorElement bad_attribute
public static final RpcReplyErrorInfo.ErrorElement bad_element
public static final RpcReplyErrorInfo.ErrorElement bad_namespace
public static final RpcReplyErrorInfo.ErrorElement session_id
public static final RpcReplyErrorInfo.ErrorElement ok_element
public static final RpcReplyErrorInfo.ErrorElement err_element
public static final RpcReplyErrorInfo.ErrorElement noop_element
Method Detail |
---|
public static RpcReplyErrorInfo.ErrorElement[] values()
for (RpcReplyErrorInfo.ErrorElement c : RpcReplyErrorInfo.ErrorElement.values()) System.out.println(c);
public static RpcReplyErrorInfo.ErrorElement valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |