Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
com.semarchy.mdm.runtime.model | |
com.semarchy.mdm.runtime.model.common | |
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.logical.exception |
Modifier and Type | Method and Description |
---|---|
static String |
DataValueFormatter.formatLov(String lovCode,
ILov lov,
IModelLabelProvider pLabelProvider,
Locale pLocale,
DataValueFormatter.LovFormat lovFormat) |
static DataValueFormatter.ParsedMultiValued |
DataValueFormatter.parseMultiLov(Object rawValue,
ILov lov,
String separator)
Parse a raw text value for multi valued
|
Modifier and Type | Method and Description |
---|---|
ILov |
DataTypeInfo.getLov()
|
Modifier and Type | Method and Description |
---|---|
static DataTypeInfo |
DataTypeInfo.lovTypeInfo(ILov lov,
int length) |
static DataTypeInfo |
DataTypeInfo.multilovTypeInfo(ILov lov,
int length,
String multiValSep) |
Constructor and Description |
---|
DataTypeInfo(LogicalDataType logicalType,
Integer length,
Integer precision,
Integer scale,
ILov lov,
boolean multiValued,
String multiValSep) |
Modifier and Type | Method and Description |
---|---|
ILov |
IColumnAttribute.getLov()
Returns the LOV this attribute is tied to or null if not linked to an ILov.
|
Modifier and Type | Method and Description |
---|---|
ILov |
ILovValue.getLov()
Deprecated.
|
ILov |
IModel.getLov(String pName)
Returns the
ILov with the given name or throws a
NoSuchLovException |
Modifier and Type | Method and Description |
---|---|
List<ILov> |
IModel.getLovs()
|
Constructor and Description |
---|
NoSuchLovValueException(ILov pLov,
String pLovCode) |
Copyright © 2015. All Rights Reserved.