public interface IAtomicAttribute extends IColumnAttribute, IEntityAttribute
An atomic attribute represents a standard attribute that is persisted in a column
Atomic attributes are declared on entities
ATTRIBUTE_PREFIX
SEP
Modifier and Type | Method and Description |
---|---|
ValidationScope |
getLovValidationScope() |
ValidationScope |
getMandatoryValidationScope() |
boolean |
isI18ned() |
boolean |
isMandatory() |
boolean |
isSearchable() |
getDataTypeInfo, getLength, getLogicalType, getLov, getPhysicalName, getPhysicalType, getPrecision, getScale, getValueSeparator, isMultiValued
getDeclaringEntity
getName
getPrefixedUniqueName, getUniqueName
ValidationScope getMandatoryValidationScope()
isMandatory()
is falseValidationScope getLovValidationScope()
IColumnAttribute.getLov()
return nullboolean isI18ned()
boolean isSearchable()
boolean isMandatory()
Copyright © 2019. All rights reserved.