| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.model.column.factories | |
| org.gcube.data.analysis.tabulardata.model.metadata.common |
| Modifier and Type | Method and Description |
|---|---|
protected static Column |
BaseColumnFactory.create(ColumnType columnType,
LocalizedText label,
DataType dataType) |
protected static Column |
BaseColumnFactory.create(ColumnType columnType,
String name,
LocalizedText label,
DataType dataType) |
static Column |
ValidationColumnFactory.create(LocalizedText label) |
static Column |
AnnotationColumnFactory.create(LocalizedText label) |
static Column |
DimensionColumnFactory.create(LocalizedText label,
ColumnRelationship columnRelationship) |
static Column |
AnnotationColumnFactory.create(LocalizedText label,
DataLocaleMetadata dataLocale) |
static Column |
MeasureColumnFactory.create(LocalizedText label,
DataType dataType) |
static Column |
AttributeColumnFactory.create(LocalizedText label,
DataType dataType) |
static Column |
AnnotationColumnFactory.create(LocalizedText label,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
LocalizedText |
NamesMetadata.getTextWithLocale(Locale locale) |
LocalizedText |
MutableLocalizedTextHolder.getTextWithLocale(Locale locale) |
LocalizedText |
LocalizedTextHolder.getTextWithLocale(Locale locale) |
LocalizedText |
DescriptionsMetadata.getTextWithLocale(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedText> |
NamesMetadata.getTexts() |
List<LocalizedText> |
MutableLocalizedTextHolder.getTexts() |
List<LocalizedText> |
LocalizedTextHolder.getTexts() |
List<LocalizedText> |
DescriptionsMetadata.getTexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
NamesMetadata.addText(LocalizedText text) |
void |
MutableLocalizedTextHolder.addText(LocalizedText text) |
void |
LocalizedTextHolder.addText(LocalizedText text) |
void |
DescriptionsMetadata.addText(LocalizedText text) |
void |
NamesMetadata.removeText(LocalizedText text) |
void |
MutableLocalizedTextHolder.removeText(LocalizedText text) |
void |
LocalizedTextHolder.removeText(LocalizedText text) |
void |
DescriptionsMetadata.removeText(LocalizedText text) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamesMetadata.setTexts(List<LocalizedText> texts) |
void |
MutableLocalizedTextHolder.setTexts(List<LocalizedText> texts) |
void |
LocalizedTextHolder.setTexts(List<LocalizedText> texts) |
void |
DescriptionsMetadata.setTexts(List<LocalizedText> texts) |
Copyright © 2014. All Rights Reserved.