|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableView
Runtime interface describing a Table view for an Entity
Field Summary | |
---|---|
static String |
TABLE_VIEW_PREFIX
|
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
SEP |
Method Summary | |
---|---|
List<ITableAttribute> |
getAttributes()
Returns the list of Attributes composing this ITableView . |
IEntity |
getEntity()
Deprecated. user should keep track of the entity separately |
String |
getName()
The name of this ITableView |
boolean |
isDefault()
Indicates whether this ITableView is the default one. |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
getPrefixedUniqueName, getUniqueName |
Field Detail |
---|
static final String TABLE_VIEW_PREFIX
Method Detail |
---|
IEntity getEntity()
IEntity
for which this view is defined.
String getName()
ITableView
boolean isDefault()
ITableView
is the default one.
List<ITableAttribute> getAttributes()
ITableView
. The
list is ordered according to design time position.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |