|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttachedAssembly
Attached assembly, which might be attached to a data source, column or data type.
| Field Summary | |
|---|---|
static int |
COLUMN_ATTACHED
Column attached. |
static int |
DATA_TYPE_ATTACHED
Data type attached. |
static int |
NONE_ATTACHED
None attached. |
static int |
SOURCE_ATTACHED
Source attached. |
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
DataRef |
getAttachedAttribute()
Get the attached attribute. |
String |
getAttachedDataType()
Get the attached data type. |
SourceInfo |
getAttachedSource()
Get the attached source. |
int |
getAttachedType()
Get the attached type. |
void |
isAttachedValid()
Check if the attached assembly is valid. |
void |
setAttachedAttribute(DataRef ref)
Set the attached attribute. |
void |
setAttachedDataType(String dtype)
Set the attached data type. |
void |
setAttachedSource(SourceInfo info)
Set the attached source. |
void |
setAttachedType(int type)
Set the attached type. |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Field Detail |
|---|
static final int NONE_ATTACHED
static final int SOURCE_ATTACHED
static final int COLUMN_ATTACHED
static final int DATA_TYPE_ATTACHED
| Method Detail |
|---|
int getAttachedType()
void setAttachedType(int type)
type - the specified type.SourceInfo getAttachedSource()
void setAttachedSource(SourceInfo info)
the - specified source.DataRef getAttachedAttribute()
void setAttachedAttribute(DataRef ref)
ref - the specified attribute.String getAttachedDataType()
void setAttachedDataType(String dtype)
void isAttachedValid()
throws Exception
ExceptionObject clone()
clone in interface AssetObject
|
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 | ||||||||