| 程序包 | 说明 |
|---|---|
| com.alipay.service.schema.api | |
| com.alipay.service.schema.model.attribute | |
| com.alipay.service.schema.model.enums |
| 限定符和类型 | 方法和说明 |
|---|---|
static Attribute |
ServiceSchemaFactory.createAttribute(AttrTypeEnum attributeType) |
| 限定符和类型 | 方法和说明 |
|---|---|
AttrTypeEnum |
Attribute.getType()
Getter method for property type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Attribute.setType(AttrTypeEnum type)
Setter method for property type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AttrTypeEnum |
AttrTypeEnum.getType(String type) |
static AttrTypeEnum |
AttrTypeEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AttrTypeEnum[] |
AttrTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Attribute |
AttrTypeEnum.createAttribute(AttrTypeEnum attributeType) |
Copyright © 2023. All rights reserved.