Uses of Class
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.NetconfConfigChange.Datastore
-
Packages that use NetconfConfigChange.Datastore Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 -
-
Uses of NetconfConfigChange.Datastore in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 that return NetconfConfigChange.Datastore Modifier and Type Method Description static NetconfConfigChange.DatastoreNetconfConfigChange.Datastore. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.NetconfConfigChange.DatastoreNetconfConfigChange. getDatastore()Return datastore, ornullif it is not present.NetconfConfigChange.DatastoreNetconfConfigChangeBuilder. getDatastore()static NetconfConfigChange.DatastoreNetconfConfigChange.Datastore. valueOf(String name)Returns the enum constant of this type with the specified name.static NetconfConfigChange.Datastore[]NetconfConfigChange.Datastore. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 that return types with arguments of type NetconfConfigChange.Datastore Modifier and Type Method Description static Optional<NetconfConfigChange.Datastore>NetconfConfigChange.Datastore. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with parameters of type NetconfConfigChange.Datastore Modifier and Type Method Description NetconfConfigChangeBuilderNetconfConfigChangeBuilder. setDatastore(NetconfConfigChange.Datastore value)
-