Interface FlavorContainer<T extends PersistentData>
- Type Parameters:
T- the type of persistent data stored in the flavors
- All Superinterfaces:
PersistentFlavor<T>
- All Known Implementing Classes:
DefaultFlavorContainer
public sealed interface FlavorContainer<T extends PersistentData>
extends PersistentFlavor<T>
permits DefaultFlavorContainer<T>
A sealed interface representing a container of flavors.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<PersistentFlavor<? extends T>>Returns a collection of child flavors contained in this container.Methods inherited from interface com.inductiveautomation.ignition.gateway.storeforward.flavor.PersistentFlavor
dataClass, description, serializer, signature, systemType
-
Method Details
-
childFlavors
Collection<PersistentFlavor<? extends T>> childFlavors()Returns a collection of child flavors contained in this container.- Returns:
- a collection of child flavors
-