com.semarchy.mdm.runtime.model.logical
Interface IDisplayViewAttribute

All Known Subinterfaces:
IFormAttribute, ITableAttribute

public interface IDisplayViewAttribute

Describe a Display View Attribute (an attribute of a ITableView or a IFormView)

Author:
sarod

Method Summary
 AttributeDisplayType getDisplayType()
          Deprecated. replaced by getFieldDisplayType()
 String getEntityName()
          Returns the entity name for which this Attribute is defined
 Map<String,String> getFieldDisplayProperties()
           
 FieldDisplayType getFieldDisplayType()
           Getter for owned property FieldDisplayType:
 HelpContent getHelpContent()
          The help content to display for this attribute.
 String getName()
          The name of the attribute
 String getReferencedDisplayNameExpression()
           Getter for owned property ReferencedDisplayNameExpression:
 String getSemQLExpression()
          The SemQL Expression used to represent this attribute.
 boolean isOverrideReferencedDisplayName()
           Getter for owned property OverrideReferencedDisplayName:
 boolean isUseCustomLabel()
           Getter for owned property UseCustomLabel:
 

Method Detail

getName

String getName()
The name of the attribute

Returns:

getEntityName

String getEntityName()
Returns the entity name for which this Attribute is defined

Returns:

getSemQLExpression

String getSemQLExpression()
The SemQL Expression used to represent this attribute.

Returns:

isUseCustomLabel

boolean isUseCustomLabel()

Getter for owned property UseCustomLabel:

Indicates whether a custom label is used for this Table Attribute

Returns:
value of this property

getHelpContent

HelpContent getHelpContent()
The help content to display for this attribute.

Returns:

getDisplayType

AttributeDisplayType getDisplayType()
Deprecated. replaced by getFieldDisplayType()

Getter for owned property DisplayType:

Indicates how attributes will be displayed in form view

Returns:
value of this property

getFieldDisplayType

FieldDisplayType getFieldDisplayType()

Getter for owned property FieldDisplayType:

Indicates how attributes will be displayed in form view

Returns:
value of this property

getFieldDisplayProperties

Map<String,String> getFieldDisplayProperties()

isOverrideReferencedDisplayName

boolean isOverrideReferencedDisplayName()

Getter for owned property OverrideReferencedDisplayName:

Indicates if a the reference display name is overriden

Returns:
value of this property

getReferencedDisplayNameExpression

String getReferencedDisplayNameExpression()

Getter for owned property ReferencedDisplayNameExpression:

Reference Display Name when overridden

Returns:
value of this property


Copyright © 2015. All Rights Reserved.