| 程序包 | 说明 |
|---|---|
| org.chenmin.open.objector |
| 限定符和类型 | 方法和说明 |
|---|---|
PrimaryKeyTypeObject |
PrimaryKeyValueObject.getType() |
PrimaryKeyTypeObject |
PrimaryKeySchemaObject.getType() |
static PrimaryKeyTypeObject |
PrimaryKeyTypeObject.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PrimaryKeyTypeObject[] |
PrimaryKeyTypeObject.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PrimaryKeyValueObject.setType(PrimaryKeyTypeObject type) |
void |
PrimaryKeySchemaObject.setType(PrimaryKeyTypeObject type) |
| 构造器和说明 |
|---|
PrimaryKeySchemaObject(String name,
PrimaryKeyTypeObject type) |
PrimaryKeySchemaObject(String name,
PrimaryKeyTypeObject type,
PrimaryKeyOptionObject option) |
PrimaryKeyValueObject(Object value,
PrimaryKeyTypeObject type) |
Copyright © 2019. All rights reserved.