Accountnumber
- 网络帐号;帐目编号
-
Naturally , we have to introduce a new operation like this : boolean authorize ( accountNumber , amount ) .
自然地,我们必须引入一个与以下类似的新操作:booleanauthorize(accountNumber,amount)。
-
For the example scenario , assume that the initial search condition is AccountNumber > 100 and the Address is IBM .
对于示例场景,假设初始搜索条件为AccountNumber>100且Address为IBM。
-
Example : We restrict AccountNumber with
示例:我们将AccountNumber限制为
-
In cases where the balance is greater than the amount , the Debit Account sequence diagram is called , passing it the accountNumber and the amount as parameters .
在余额比金额更大的情况下,调用DebitAccount序列图,给它传递参数accountNumber和amount。
-
The AccountNumber column is validated against an arbitrary convention that begins with three to five letters followed by five numbers , then a dash , and finally three more numbers .
AccountNumber列是按照满足以下条件的任意约定来验证的,即以三到五个字母开始,后跟五个数字,然后是一个破折号,最后又是三个数字。