Uses of Class
org.onosproject.segmentrouting.grouphandler.DestinationSet.DestinationSetType
-
Packages that use DestinationSet.DestinationSetType Package Description org.onosproject.segmentrouting.grouphandler Segment routing group handling. -
-
Uses of DestinationSet.DestinationSetType in org.onosproject.segmentrouting.grouphandler
Methods in org.onosproject.segmentrouting.grouphandler that return DestinationSet.DestinationSetType Modifier and Type Method Description DestinationSet.DestinationSetTypeDestinationSet. getTypeOfDstSet()Returns the type of this ds.static DestinationSet.DestinationSetTypeDestinationSet.DestinationSetType. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationSet.DestinationSetType[]DestinationSet.DestinationSetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-