Uses of Class
com.sgs.common.database.Transfer.TransferStatus
-
Packages that use Transfer.TransferStatus Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of Transfer.TransferStatus in com.sgs.common.database
Methods in com.sgs.common.database that return Transfer.TransferStatus Modifier and Type Method Description Transfer.TransferStatusTransfer. getStatusEnum()static Transfer.TransferStatusTransfer.TransferStatus. parse(int type)static Transfer.TransferStatusTransfer.TransferStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Transfer.TransferStatus[]Transfer.TransferStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sgs.common.database with parameters of type Transfer.TransferStatus Modifier and Type Method Description voidTransfer. setStatusEnum(Transfer.TransferStatus status)
-