Uses of Class
org.opencord.cordmcast.CordMcastStatisticsEvent.Type
-
-
Uses of CordMcastStatisticsEvent.Type in org.opencord.cordmcast
Methods in org.opencord.cordmcast that return CordMcastStatisticsEvent.Type Modifier and Type Method Description static CordMcastStatisticsEvent.TypeCordMcastStatisticsEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CordMcastStatisticsEvent.Type[]CordMcastStatisticsEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencord.cordmcast with parameters of type CordMcastStatisticsEvent.Type Constructor Description CordMcastStatisticsEvent(CordMcastStatisticsEvent.Type type, List<CordMcastStatistics> stats)
-