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