| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtc.gis.support |
| 限定符和类型 | 方法和说明 |
|---|---|
Document.Type |
Document.getType() |
static Document.Type |
Document.Type.getType(String value) |
static Document.Type |
Document.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Document.Type[] |
Document.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Document.setType(Document.Type type) |
| 构造器和说明 |
|---|
Document(String name,
byte[] content,
Document.Type type) |
Document(String name,
Document.Type type) |
Copyright © 2020 GTMAP. All rights reserved.