|
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.NamedRangeRef
public class NamedRangeRef
NamedRangeRef represents a group range data ref.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class inetsoft.uql.erm.ExpressionRef |
|---|
ExpressionRef.AttributeEnumeration |
| Field Summary | |
|---|---|
static int |
COLOR_GROUP
|
static int |
DATA_GROUP
|
static int |
SHAPE_GROUP
|
static int |
SIZE_GROUP
|
static int |
TEXTURE_GROUP
|
| 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 | |
|---|---|
NamedRangeRef()
Constructor. |
|
NamedRangeRef(String attr)
Constructor. |
|
NamedRangeRef(String attr,
DataRef ref)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getAttribute()
Get the referenced attribute. |
DataRef |
getDataRef()
Get the contained data ref. |
String |
getDataType()
Get the data type. |
String |
getDBType()
Get the database type. |
String |
getDBVersion()
Get the database version. |
String |
getExpression()
Get the SQL expression of this reference. |
String |
getName()
Get the name of this reference. |
static String |
getName(String attr,
int option)
Get the name of an attribute with a non-date range option. |
inetsoft.uql.util.XNamedGroupInfo |
getNamedGroupInfo()
Get the groupNameInfo. |
String |
getScriptExpression()
Get the script expression of this reference. |
boolean |
isExpressionEditable()
Check if expression is editable. |
boolean |
isMergeable()
Check if this date range ref is mergeable. |
void |
setDataRef(DataRef ref)
Set the data ref. |
void |
setDataType(String dataType)
set the data type. |
void |
setDBType(String dbtype)
Set the database type. |
void |
setDBVersion(String version)
Set the database version. |
void |
setName(String name)
Set the name of the field. |
void |
setNamedGroupInfo(inetsoft.uql.util.XNamedGroupInfo groupNameInfo)
Set the groupNameInfo. |
| Methods inherited from class inetsoft.uql.erm.ExpressionRef |
|---|
equalsContent, getAttributes, getCalcAttributes, getDataSource, getEntities, getEntity, getRefType, getScriptExpression, getSQLExpression, isExpression, isOnAggregate, isSQL, isVirtual, parseAttributes, parseCDATA, setDataSource, setEntity, setExpression, setOnAggregate, setRefType, setVirtual, toString, toView, writeAttributes, writeAttributes2, writeCDATA, writeCDATA2 |
| Methods inherited from class inetsoft.uql.erm.AbstractDataRef |
|---|
addr, clone, compareTo, createDataRef, equals, equals, getClass, getDefaultFormula, getTypeNode, hashCode, isEmpty, isEntityBlank, parseContents, parseData, parseXML, writeContents, writeContents2, writeData, writeXML |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface inetsoft.uql.asset.AssetObject |
|---|
clone |
| Methods inherited from interface inetsoft.uql.erm.DataRef |
|---|
addr, clone, equals, getAttributes, getDefaultFormula, getEntities, getEntity, getRefType, getTypeNode, isEmpty, isEntityBlank, isExpression, parseData, toView, writeData |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
public static final int DATA_GROUP
public static final int COLOR_GROUP
public static final int SHAPE_GROUP
public static final int SIZE_GROUP
public static final int TEXTURE_GROUP
| Constructor Detail |
|---|
public NamedRangeRef()
public NamedRangeRef(String attr)
public NamedRangeRef(String attr,
DataRef ref)
| Method Detail |
|---|
public String getDBType()
getDBType in interface SQLExpressionRefgetDBType in class ExpressionRefpublic void setDBType(String dbtype)
setDBType in interface SQLExpressionRefsetDBType in class ExpressionRefdbtype - the specified database type.public String getDBVersion()
getDBVersion in interface SQLExpressionRefpublic void setDBVersion(String version)
setDBVersion in interface SQLExpressionRefpublic boolean isMergeable()
isMergeable in interface SQLExpressionRefpublic boolean isExpressionEditable()
isExpressionEditable in class ExpressionRefpublic DataRef getDataRef()
getDataRef in interface DataRefWrappergetDataRef in interface RangeRefpublic void setDataRef(DataRef ref)
setDataRef in interface DataRefWrappersetDataRef in interface RangeRefref - the specified data ref.
public static String getName(String attr,
int option)
attr - column nameoption - group type
public String getName()
getName in interface DataRefgetName in class ExpressionRefpublic void setName(String name)
setName in class ExpressionRefthe - name of the fieldpublic String getAttribute()
getAttribute in interface DataRefgetAttribute in class ExpressionRefpublic void setDataType(String dataType)
the - data typepublic String getDataType()
getDataType in interface DataRefgetDataType in class AbstractDataRefpublic String getExpression()
getExpression in class ExpressionRefpublic String getScriptExpression()
getScriptExpression in class ExpressionRefpublic inetsoft.uql.util.XNamedGroupInfo getNamedGroupInfo()
public void setNamedGroupInfo(inetsoft.uql.util.XNamedGroupInfo groupNameInfo)
groupNameInfo - XNamedGroupInfo
|
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 | ||||||||