public interface Attribute
Entity
/DB-table or a more complex structure containing multiple fields/sourcesModifier and Type | Field and Description |
---|---|
static String[] |
ALL_AGGR |
static int |
AVG |
static int |
CONCAT |
static int |
COUNT |
static String[] |
DATE_FORMATS |
static int |
MAX |
static int |
MIN |
static int |
SQL |
static int |
SUM |
Modifier and Type | Method and Description |
---|---|
String[] |
getAllowedAggrs() |
Element |
getAsDomElement() |
String |
getId() |
String |
getLocalizedName() |
String |
getMapId()
in case of mapped values, the method returns the <mapping>-id
|
String |
getName() |
Resource |
getResource() |
int |
getSelectLength() |
Select[] |
getSelects() |
Class<?> |
getType() |
String |
getTypeString() |
static Attribute |
newInstance(String id,
String name,
Class<?> c,
Select[] select,
String[] aggrs,
String mapId,
Resource res)
create a new instance
|
static final int MAX
static final int MIN
static final int COUNT
static final int AVG
static final int SUM
static final int SQL
static final int CONCAT
static final String[] ALL_AGGR
static final String[] DATE_FORMATS
static Attribute newInstance(String id, String name, Class<?> c, Select[] select, String[] aggrs, String mapId, Resource res)
id
- name
- c
- select
- aggrs
- mapId
- res
- String getId()
String getName()
String getLocalizedName()
String getMapId()
int getSelectLength()
Select[] getSelects()
String[] getAllowedAggrs()
Element getAsDomElement()
Class<?> getType()
ReportingData
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.