|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceReportType | |
---|---|
org.gcube.application.reporting.reference |
Uses of ReferenceReportType in org.gcube.application.reporting.reference |
---|
Methods in org.gcube.application.reporting.reference that return ReferenceReportType | |
---|---|
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. |
Methods in org.gcube.application.reporting.reference with parameters of type ReferenceReportType | |
---|---|
void |
ReferenceReport.setRefType(ReferenceReportType refType)
|
Constructors in org.gcube.application.reporting.reference with parameters of type ReferenceReportType | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |