public interface CodeGenerator
| Modifier and Type | Field and Description |
|---|---|
static String |
MARK |
static int |
MAX_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
String |
gen(CodeFixture fixture)
根据实体类的信息,生成一个代码
|
boolean |
isValidCode(String code)
判断是否是合法编码
|
String |
test(CodeFixture fixture)
测试脚本
|
static final int MAX_LENGTH
static final String MARK
String gen(CodeFixture fixture)
fixture - String test(CodeFixture fixture)
fixture - boolean isValidCode(String code)
code - Copyright © 2005–2014 The Beangle Software Group. All rights reserved.