com.semarchy.mdm.runtime.model.logical
Interface IAttributeGroup
- All Superinterfaces:
- IUniquelyNamed, Serializable
Deprecated. use IFormView
and IFormSection
instead
public interface IAttributeGroup
- extends IUniquelyNamed, Serializable
Defines attribute groups for entities
- Author:
- skamel
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
SEP |
ATTRIBUTE_GROUP_PREFIX
static final String ATTRIBUTE_GROUP_PREFIX
- Deprecated.
- See Also:
- Constant Field Values
getDeclaringEntity
IEntity getDeclaringEntity()
- Deprecated.
- Returns:
- the entity that declared this attribute group
getName
String getName()
- Deprecated.
- Returns:
- the unique name of this attribute group within the entity's hierarchy scope
getAttributes
List<IEntityAttribute> getAttributes()
- Deprecated.
- Returns:
- the list of entity attributes that compose this attribute group in the order
in which they should be displayed
Copyright © 2015. All Rights Reserved.