Uses of Enum Class
tech.illuin.pipeline.output.ComponentFamily
Packages that use ComponentFamily
-
Uses of ComponentFamily in tech.illuin.pipeline.output
Methods in tech.illuin.pipeline.output that return ComponentFamilyModifier and TypeMethodDescriptionComponentTag.family()
Returns the value of thefamily
record component.static ComponentFamily
Returns the enum constant of this class with the specified name.static ComponentFamily[]
ComponentFamily.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.illuin.pipeline.output with parameters of type ComponentFamilyModifierConstructorDescriptionComponentTag
(String uid, PipelineTag pipelineTag, String id, ComponentFamily family) Creates an instance of aComponentTag
record class.