public interface IEntityAttribute extends IAttribute, IUniquelyNamed, Serializable
Represents a generic attribute that is declared logically on an entity. It can be either an atomic attribute, a complex attribute, a foreign attribute or a built-in attribute
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
IEntity |
getDeclaringEntity() |
getName
getPrefixedUniqueName, getUniqueName
static final String ATTRIBUTE_PREFIX
IEntity getDeclaringEntity()
Copyright © 2019. All rights reserved.