Uses of Enum
org.qubership.atp.ram.models.RootCauseType
Packages that use RootCauseType
-
Uses of RootCauseType in org.qubership.atp.ram.models
Methods in org.qubership.atp.ram.models that return RootCauseTypeModifier and TypeMethodDescriptionstatic RootCauseTypeReturns the enum constant of this type with the specified name.static RootCauseType[]RootCauseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.qubership.atp.ram.models with parameters of type RootCauseTypeModifierConstructorDescriptionRootCause(UUID uuid, RootCauseType type, String name) RootCause constructor.