| Modifier and Type | Method and Description |
|---|---|
void |
Sql.addFileToImports(File p_file,
File p_file_to_import,
ImportType p_type) |
void |
Sql.addStringToImports(File p_file,
String p_s,
ImportType p_type) |
void |
Sql.addTypeToImports(File p_file,
Type p_type_to_import,
ImportType p_type) |
| Modifier and Type | Method and Description |
|---|---|
ImportType |
TypeImportReference.getType() |
| Modifier and Type | Method and Description |
|---|---|
String |
File.getFormattedImports(ImportType p_type) |
void |
TypeImportReference.setType(ImportType m_type) |
void |
TypeImportReferenceSet.setType(ImportType m_type) |
| Modifier and Type | Method and Description |
|---|---|
ImportType |
TypeImportReferenceImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
static TypeImportReference |
TypeImportReferenceImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
String ref_fully_qualified_name,
String ref_file_name,
String ref_file_package,
ImportType m_type) |
String |
FileImpl.getFormattedImports(ImportType p_type) |
void |
TypeImportReferenceSetImpl.setType(ImportType m_type) |
void |
TypeImportReferenceImpl.setType(ImportType m_type) |
| Modifier and Type | Method and Description |
|---|---|
void |
Type.addToImports(File p_file,
ImportType p_type) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeImpl.addToImports(File p_file,
ImportType p_type) |
| Modifier and Type | Method and Description |
|---|---|
static ImportType |
ImportType.deserialize(Object o) |
ImportType |
ImportType.value() |
static ImportType |
ImportType.valueOf(int value) |
static ImportType |
ImportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportType[] |
ImportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImportType.equality(ImportType value) |
Copyright © 2020. All rights reserved.