Uses of Class
com.tibco.ep.sb.ads.ArtifactMessage.Severity
-
Packages that use ArtifactMessage.Severity Package Description com.tibco.ep.sb.ads Provides classes and interfaces for interacting with the TIBCO Artifact Management Server. -
-
Uses of ArtifactMessage.Severity in com.tibco.ep.sb.ads
Methods in com.tibco.ep.sb.ads that return ArtifactMessage.Severity Modifier and Type Method Description ArtifactMessage.Severity
ArtifactMessage. getSeverity()
static ArtifactMessage.Severity
ArtifactMessage.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArtifactMessage.Severity[]
ArtifactMessage.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-