Style Intelligence v12.0

inetsoft.uql.asset
Interface NamedGroupAssembly

All Superinterfaces:
Assembly, AssetObject, AttachedAssembly, Cloneable, Serializable, inetsoft.uql.asset.internal.VariableProvider, WSAssembly, inetsoft.util.XMLSerializable
All Known Implementing Classes:
DefaultNamedGroupAssembly, MirrorNamedGroupAssembly

public interface NamedGroupAssembly
extends AttachedAssembly, WSAssembly

NamedGroupAssembly, contains a NamedGroupInfo for reuse.


Field Summary
 
Fields inherited from interface inetsoft.uql.asset.AttachedAssembly
COLUMN_ATTACHED, DATA_TYPE_ATTACHED, NONE_ATTACHED, SOURCE_ATTACHED
 
Fields inherited from interface inetsoft.uql.asset.Assembly
CUBE_VS, DETAIL, EMBEDDED, FIELD, SELECTION, TABLE_VS
 
Method Summary
 NamedGroupInfo getNamedGroupInfo()
          Get the named group info.
 void setNamedGroupInfo(NamedGroupInfo info)
          Set the named group info.
 
Methods inherited from interface inetsoft.uql.asset.AttachedAssembly
clone, getAttachedAttribute, getAttachedDataType, getAttachedSource, getAttachedType, isAttachedValid, setAttachedAttribute, setAttachedDataType, setAttachedSource, setAttachedType
 
Methods inherited from interface inetsoft.uql.asset.WSAssembly
checkValidity, copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, replaceVariables, reset, setDescription, setIconized, setOuter, setVisible, setWorksheet, update
 
Methods inherited from interface inetsoft.uql.asset.Assembly
addr, checkDependency, getAbsoluteName, getAssemblyEntry, getAssemblyType, getBounds, getDependeds, getInfo, getMinimumSize, getName, getPosition, getSheet, getSize, isEditable, isVisible, renameDepended, setBounds, setPosition, setSize
 
Methods inherited from interface inetsoft.util.XMLSerializable
parseXML, writeXML
 
Methods inherited from interface inetsoft.uql.asset.internal.VariableProvider
getAllVariables
 

Method Detail

getNamedGroupInfo

NamedGroupInfo getNamedGroupInfo()
Get the named group info.

Returns:
the named group info of the assembly.

setNamedGroupInfo

void setNamedGroupInfo(NamedGroupInfo info)
Set the named group info.

Parameters:
info - the specified named group info.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.