Uses of Class
org.opendaylight.neutron.spi.INeutronCRUD.Result
-
Packages that use INeutronCRUD.Result Package Description org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of INeutronCRUD.Result in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi that return INeutronCRUD.Result Modifier and Type Method Description INeutronCRUD.Result
INeutronCRUD. add(T input)
Applications call this interface method to add a Neutron object to the concurrent map.INeutronCRUD.Result
INeutronCRUD. update(String uuid, T delta)
Applications call this interface method to edit a Neutron object.static INeutronCRUD.Result
INeutronCRUD.Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static INeutronCRUD.Result[]
INeutronCRUD.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of INeutronCRUD.Result in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return INeutronCRUD.Result Modifier and Type Method Description INeutronCRUD.Result
AbstractTranscriberInterface. add(S input)
INeutronCRUD.Result
AbstractTranscriberInterface. update(String uuid, S delta)
-