|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Record.Type | |
|---|---|
| org.gcube.datatransformation.datatransformationlibrary.reports | |
| Uses of Record.Type in org.gcube.datatransformation.datatransformationlibrary.reports |
|---|
| Methods in org.gcube.datatransformation.datatransformationlibrary.reports that return Record.Type | |
|---|---|
static Record.Type |
Record.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Record.Type[] |
Record.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.datatransformation.datatransformationlibrary.reports with parameters of type Record.Type | |
|---|---|
static void |
ReportManager.manageRecord(String objectID,
String msg,
Record.Status status,
Record.Type type)
If the reporting mechanism is enabled then a record is appended in the report. |
void |
Record.setRecord(String message,
Record.Status status,
Record.Type type)
Adds a new message in this Record. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||