Uses of Class
com.c8db.entity.StreamTransactionStatus
-
Packages that use StreamTransactionStatus Package Description com.c8db.entity -
-
Uses of StreamTransactionStatus in com.c8db.entity
Methods in com.c8db.entity that return StreamTransactionStatus Modifier and Type Method Description StreamTransactionStatusStreamTransactionEntity. getStatus()StreamTransactionStatusTransactionEntity. getStatus()static StreamTransactionStatusStreamTransactionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamTransactionStatus[]StreamTransactionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-