Package com.microstrategy.web.objects
Interface TransactionAttributeForm
-
public interface TransactionAttributeForm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAttributeForm
getAttributeFormInfo()
int
getBaseFormDataType()
int
getColumnIndex()
int
getDataType()
Return dataType of associated transaction columnint
getFlags()
TransactionAttribute
getTransactionAttribute()
-
-
-
Method Detail
-
getFlags
int getFlags()
- Returns:
- the flag for whether allow this unit to be written back to WH
-
getColumnIndex
int getColumnIndex()
- Returns:
- the columnIndex of this unit in the transaction report
-
getBaseFormDataType
int getBaseFormDataType()
- Returns:
- the dataType of this unit, refer to @link EnumDSSXMLBaseFormType
-
getDataType
int getDataType()
Return dataType of associated transaction column- Returns:
- int from
EnumDSSXMLDataType
-
getTransactionAttribute
TransactionAttribute getTransactionAttribute()
- Returns:
- the @link TransactionAttribute this form belongs to
-
getAttributeFormInfo
WebAttributeForm getAttributeFormInfo()
- Returns:
- the attributeFormInfo for this transaction form
-
-