Uses of Class
org.starcoin.bean.TransactionType
-
Packages that use TransactionType Package Description org.starcoin.bean -
-
Uses of TransactionType in org.starcoin.bean
Methods in org.starcoin.bean that return TransactionType Modifier and Type Method Description TransactionTypeTransaction. getTransactionType()static TransactionTypeTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.starcoin.bean with parameters of type TransactionType Modifier and Type Method Description voidTransaction. setTransactionType(TransactionType transactionType)
-