public interface ILov extends IUniquelyNamed, Serializable
Defines a list of values
Modifier and Type | Field and Description |
---|---|
static String |
LOV_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
int |
getLength()
The maximum length allowed for the Codes of the LOV Values.
|
ILovValue |
getLovValue(String valueCode)
Get the
ILovValue for a given code |
List<ILovValue> |
getLovValues()
List lov values
|
IModel |
getModel()
Deprecated.
|
String |
getName() |
getPrefixedUniqueName, getUniqueName
static final String LOV_PREFIX
@Deprecated IModel getModel()
String getName()
int getLength()
ILovValue getLovValue(String valueCode) throws NoSuchLovValueException
ILovValue
for a given codevalueCode
- NoSuchLovValueException
- if there is no ILovValue
for the codeCopyright © 2016. All Rights Reserved.