Uses of Class
net.floodlightcontroller.servicechaining.ServiceNode.InsertionType

Packages that use ServiceNode.InsertionType
net.floodlightcontroller.servicechaining   
 

Uses of ServiceNode.InsertionType in net.floodlightcontroller.servicechaining
 

Fields in net.floodlightcontroller.servicechaining declared as ServiceNode.InsertionType
protected  ServiceNode.InsertionType ServiceNode.type
           
 

Methods in net.floodlightcontroller.servicechaining that return ServiceNode.InsertionType
 ServiceNode.InsertionType ServiceNode.getServiceType()
           
static ServiceNode.InsertionType ServiceNode.InsertionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceNode.InsertionType[] ServiceNode.InsertionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.floodlightcontroller.servicechaining with parameters of type ServiceNode.InsertionType
ServiceNode(java.lang.String tenant, java.lang.String name, ServiceNode.InsertionType type)