Uses of Enum Class
org.apache.camel.k.SourceType
-
Uses of SourceType in org.apache.camel.k
Methods in org.apache.camel.k that return SourceTypeModifier and TypeMethodDescriptionSource.getType()
SourceDefinition.getType()
static SourceType
Returns the enum constant of this class with the specified name.static SourceType[]
SourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.k with parameters of type SourceTypeModifier and TypeMethodDescriptionvoid
SourceDefinition.setType
(SourceType type) TheSourceType
of the source.