com.semarchy.mdm.runtime.model.logical
Interface IComplexAtomicAttribute
- All Superinterfaces:
- IAttribute, IColumnAttribute, IUniquelyNamed, Serializable
public interface IComplexAtomicAttribute
- extends IAttribute, IColumnAttribute, IUniquelyNamed, Serializable
Defines a Complex Atomic Attribute that is an atomic attribute defined in a
complex attribute.
- Author:
- skamel
- See Also:
IComplexAttribute
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
SEP |
Methods inherited from interface com.semarchy.mdm.runtime.model.common.IAttribute |
getName |
getComplexAttribute
IComplexAttribute getComplexAttribute()
getQualifiedName
String getQualifiedName()
isI18ned
boolean isI18ned()
- Returns:
- true if current attribute is localized (i.e. translated data may
be found in the I18Nxx tables
isSearchable
boolean isSearchable()
- Returns:
- true if the current attribute was declared as a searchable
attribute (included in Search)
isMandatory
boolean isMandatory()
- Returns:
- true if current attribute is mandatory
getDefinitionAttribute
IDefinitionAttribute getDefinitionAttribute()
- Returns:
- the
IDefinitionAttribute
Copyright © 2015. All Rights Reserved.