|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.erm.AbstractDataRef
inetsoft.uql.erm.ExpressionRef
inetsoft.uql.asset.AliasDataRef
public class AliasDataRef
AliasDataRef represents an alias data ref.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class inetsoft.uql.erm.ExpressionRef |
|---|
ExpressionRef.AttributeEnumeration |
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.erm.AbstractDataRef |
|---|
chash, cname |
| Fields inherited from interface inetsoft.uql.erm.DataRef |
|---|
AGG_CALC, CUBE, CUBE_DIMENSION, CUBE_MEASURE, CUBE_MODEL_DIMENSION, CUBE_MODEL_TIME_DIMENSION, CUBE_TIME_DIMENSION, DIMENSION, MEASURE, MODEL, NONE, TIME |
| Constructor Summary | |
|---|---|
AliasDataRef()
Constructor. |
|
AliasDataRef(String name,
DataRef ref)
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
String |
getAttribute()
Get the referenced attribute. |
Enumeration |
getAttributes()
Get a list of all attributes that are referenced by this object. |
DataRef |
getDataRef()
Get the contained data ref. |
String |
getDataType()
Get the data type. |
String |
getExpression()
Get the SQL expression of this reference. |
String |
getName()
Get the name of this reference. |
String |
getScriptExpression()
Get the script expression of this reference. |
boolean |
isExpressionEditable()
Check if expression is editable. |
boolean |
isSQL()
Check if this expression is sql expression. |
protected void |
parseContents(Element tag)
Read in the contents of this object from an xml tag. |
void |
setDataRef(DataRef ref)
Set the data ref. |
protected void |
writeContents(PrintWriter writer)
Write the contents of this object. |
| Methods inherited from class inetsoft.uql.erm.ExpressionRef |
|---|
equalsContent, getCalcAttributes, getDataSource, getDBType, getEntities, getEntity, getRefType, getScriptExpression, getSQLExpression, isExpression, isOnAggregate, isVirtual, parseAttributes, parseCDATA, setDataSource, setDBType, setEntity, setExpression, setName, setOnAggregate, setRefType, setVirtual, toString, toView, writeAttributes, writeAttributes2, writeCDATA, writeCDATA2 |
| Methods inherited from class inetsoft.uql.erm.AbstractDataRef |
|---|
addr, compareTo, createDataRef, equals, equals, getClass, getDefaultFormula, getTypeNode, hashCode, isEmpty, isEntityBlank, parseData, parseXML, writeContents2, writeData, writeXML |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Constructor Detail |
|---|
public AliasDataRef()
public AliasDataRef(String name,
DataRef ref)
| Method Detail |
|---|
public String getAttribute()
getAttribute in interface DataRefgetAttribute in class ExpressionRefpublic DataRef getDataRef()
public void setDataRef(DataRef ref)
ref - the specified data ref.public String getDataType()
getDataType in interface DataRefgetDataType in class AbstractDataRefprotected void writeContents(PrintWriter writer)
writeContents in class AbstractDataRefwriter - the output stream to which to write the XML data.
protected void parseContents(Element tag)
throws Exception
parseContents in class AbstractDataReftag - the specified xml element.
Exceptionpublic String getName()
getName in interface DataRefgetName in class ExpressionRefpublic String getExpression()
getExpression in class ExpressionRefpublic String getScriptExpression()
getScriptExpression in class ExpressionRefpublic boolean isExpressionEditable()
isExpressionEditable in class ExpressionRefpublic boolean isSQL()
isSQL in class ExpressionRefpublic Object clone()
clone in interface AssetObjectclone in interface DataRefclone in class AbstractDataRefpublic Enumeration getAttributes()
getAttributes in interface DataRefgetAttributes in class ExpressionRef
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||