public class ImportedDocumentInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SCHEMA_DOCUMENT |
static int |
UNKNOWN_DOCUMENT |
static int |
WSDL_DOCUMENT |
| Constructor and Description |
|---|
ImportedDocumentInfo() |
ImportedDocumentInfo(int type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
String |
getNamespace() |
int |
getType() |
void |
setLocation(String s) |
void |
setNamespace(String s) |
void |
setType(int i) |
public static final int UNKNOWN_DOCUMENT
public static final int SCHEMA_DOCUMENT
public static final int WSDL_DOCUMENT
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.