|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ExportColumn
Export of a IQ Selected Item (column, row, background, hidden) object.
| Field Summary | |
|---|---|
static java.lang.String |
SAS_TYPE_CHARACTER
|
static java.lang.String |
SAS_TYPE_NUMERIC
|
static java.lang.String |
SAS_TYPE_UNKNOWN
|
| Method Summary | |
|---|---|
abstract Function |
getAggregationType()
Returns the default aggregation type, the pre-aggregation type, or null if the column is a category (group by) column. |
abstract java.lang.String |
getFormat()
Returns the format of the column |
abstract Role |
getRole()
Return the Role, i.e., Column, Background, Hidden |
abstract java.lang.String |
getText()
Returns this column's expression in text form |
abstract java.lang.String |
getType()
Return the SAS type: NUMERIC or CHARACTER |
abstract DataItemActionType |
getUsage()
Return the usage, i.e. |
abstract boolean |
isCalculated()
Returns true if this column is calculated |
abstract boolean |
isPreAggregated()
Returns true if the column is pre-aggregated. |
| Methods inherited from interface com.sas.iquery.metadata.business.ExportObject |
|---|
getDescription, getExportMetadata, getExportObjectFactory, getID, getLabel, getUnderlyingObject, getUniqueExportName |
| Field Detail |
|---|
static final java.lang.String SAS_TYPE_UNKNOWN
static final java.lang.String SAS_TYPE_NUMERIC
static final java.lang.String SAS_TYPE_CHARACTER
| Method Detail |
|---|
boolean isCalculated()
throws MetadataException
MetadataException
java.lang.String getText()
throws MetadataException
MetadataException
java.lang.String getFormat()
throws MetadataException
MetadataException
DataItemActionType getUsage()
throws MetadataException
MetadataException
Role getRole()
throws MetadataException
MetadataException
java.lang.String getType()
throws MetadataException
MetadataException
boolean isPreAggregated()
throws MetadataException
MetadataException
Function getAggregationType()
throws MetadataException
MetadataException
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||