|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalizedText | |
|---|---|
| org.gcube.data.analysis.tabulardata.model.column.factories | |
| org.gcube.data.analysis.tabulardata.model.metadata.common | |
| Uses of LocalizedText in org.gcube.data.analysis.tabulardata.model.column.factories |
|---|
| Methods in org.gcube.data.analysis.tabulardata.model.column.factories with parameters of type LocalizedText | |
|---|---|
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 |
AnnotationColumnFactory.create(LocalizedText label)
|
static Column |
ValidationColumnFactory.create(LocalizedText label)
|
static Column |
DimensionColumnFactory.create(LocalizedText label,
ColumnRelationship columnRelationship)
|
static Column |
AnnotationColumnFactory.create(LocalizedText label,
DataLocaleMetadata dataLocale)
|
static Column |
AttributeColumnFactory.create(LocalizedText label,
DataType dataType)
|
static Column |
AnnotationColumnFactory.create(LocalizedText label,
DataType dataType)
|
static Column |
MeasureColumnFactory.create(LocalizedText label,
DataType dataType)
|
| Uses of LocalizedText in org.gcube.data.analysis.tabulardata.model.metadata.common |
|---|
| Methods in org.gcube.data.analysis.tabulardata.model.metadata.common that return LocalizedText | |
|---|---|
LocalizedText |
NamesMetadata.getTextWithLocale(Locale locale)
|
LocalizedText |
DescriptionsMetadata.getTextWithLocale(Locale locale)
|
LocalizedText |
LocalizedTextHolder.getTextWithLocale(Locale locale)
|
LocalizedText |
MutableLocalizedTextHolder.getTextWithLocale(Locale locale)
|
| Methods in org.gcube.data.analysis.tabulardata.model.metadata.common that return types with arguments of type LocalizedText | |
|---|---|
List<LocalizedText> |
NamesMetadata.getTexts()
|
List<LocalizedText> |
DescriptionsMetadata.getTexts()
|
List<LocalizedText> |
LocalizedTextHolder.getTexts()
|
List<LocalizedText> |
MutableLocalizedTextHolder.getTexts()
|
| Methods in org.gcube.data.analysis.tabulardata.model.metadata.common with parameters of type LocalizedText | |
|---|---|
void |
NamesMetadata.addText(LocalizedText text)
|
void |
DescriptionsMetadata.addText(LocalizedText text)
|
void |
LocalizedTextHolder.addText(LocalizedText text)
|
void |
MutableLocalizedTextHolder.addText(LocalizedText text)
|
void |
NamesMetadata.removeText(LocalizedText text)
|
void |
DescriptionsMetadata.removeText(LocalizedText text)
|
void |
LocalizedTextHolder.removeText(LocalizedText text)
|
void |
MutableLocalizedTextHolder.removeText(LocalizedText text)
|
| Method parameters in org.gcube.data.analysis.tabulardata.model.metadata.common with type arguments of type LocalizedText | |
|---|---|
void |
NamesMetadata.setTexts(List<LocalizedText> texts)
|
void |
DescriptionsMetadata.setTexts(List<LocalizedText> texts)
|
void |
LocalizedTextHolder.setTexts(List<LocalizedText> texts)
|
void |
MutableLocalizedTextHolder.setTexts(List<LocalizedText> texts)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||