Uses of Class
com.ig.orchestrations.fixp.Terminate.Code
-
-
Uses of Terminate.Code in com.ig.orchestrations.fixp
Methods in com.ig.orchestrations.fixp that return Terminate.Code Modifier and Type Method Description static Terminate.CodeTerminate.Code. fromValue(String value)Terminate.CodeTerminate. getCode()static Terminate.CodeTerminate.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static Terminate.Code[]Terminate.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ig.orchestrations.fixp with parameters of type Terminate.Code Modifier and Type Method Description voidTerminate. setCode(Terminate.Code code)Constructors in com.ig.orchestrations.fixp with parameters of type Terminate.Code Constructor Description Terminate(UUID sessionId, Terminate.Code code, String reason, String messageType)
-