Package | Description |
---|---|
org.gcube.application.reporting.reference |
Modifier and Type | Method and Description |
---|---|
ReferenceReportType |
ReferenceReport.getRefType() |
static ReferenceReportType |
ReferenceReportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceReportType[] |
ReferenceReportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferenceReport.setRefType(ReferenceReportType refType) |
Constructor and Description |
---|
ReferenceReport(ReferenceReportType refType,
List<DBTableRow> references) |
ReferenceReport(ReferenceReportType refType,
List<DBTableRow> references,
boolean singleRelation) |
ReferenceReport(String id,
ReferenceReportType refType,
List<DBTableRow> references) |
ReferenceReport(String id,
ReferenceReportType refType,
List<DBTableRow> references,
boolean singleRelation) |
Copyright © 2016. All Rights Reserved.