DataTree type, specifying which YANG modeled content is valid with a data tree. This reflects
RFC6020/
RFC7950 data combinations based on config
statement.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Only config true nodes are allowed. This corresponds, but is not limited, to @{code candidate},
startup and running data stores defined in
RFC8342 section 4.1 as well as intended
data store defined in RFC8342 section 4.1.
Only config true and config false nodes are allowed. This corresponds, but is not limited, to
operational state defined in
RFC8342 section 4.1 as well as operational
data store defined in RFC8342 section 4.1.
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.