Uses of Class
com.tibco.ep.tcs.runtime.FlowValidationProblem.SeverityLevel
-
Packages that use FlowValidationProblem.SeverityLevel Package Description com.tibco.ep.tcs.runtime This package contains basic TIBCO Cloud Streaming runtime infrastructure classes shared by the other TCS runtime packages. -
-
Uses of FlowValidationProblem.SeverityLevel in com.tibco.ep.tcs.runtime
Methods in com.tibco.ep.tcs.runtime that return FlowValidationProblem.SeverityLevel Modifier and Type Method Description FlowValidationProblem.SeverityLevel
FlowValidationProblem. getSeverityLevel()
Return this problem's severity level.static FlowValidationProblem.SeverityLevel
FlowValidationProblem.SeverityLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlowValidationProblem.SeverityLevel[]
FlowValidationProblem.SeverityLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.tibco.ep.tcs.runtime with parameters of type FlowValidationProblem.SeverityLevel Constructor Description FlowValidationProblem(FlowValidationProblem.SeverityLevel severityLevel, FlowValidationProblem.ProblemType type, FlowValidationProblem.EntityType entityType, String entityName, String location, String description)
Create a new validation problem associated with a TCS flow entity.FlowValidationProblem(FlowValidationProblem.SeverityLevel severityLevel, FlowValidationProblem.ProblemType type, String location, String description)
Create a new validation problem not associated with a TCS flow entity.
-