public class NamedValueCi extends Object
| Constructor and Description |
|---|
NamedValueCi(int id,
String description)
Initializes a new instance of the
NamedValueCi |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the current instance
|
int |
getId()
The id of the current instance
|
static <T> List<NamedValueCi> |
mapToNamedValuesCi(T fetch)
Maps a fetched schema object to a new
NamedValueCi |
public NamedValueCi(int id,
String description)
NamedValueCiid - - the identifierdescription - - the description of the instancepublic int getId()
public String getDescription()
public static <T> List<NamedValueCi> mapToNamedValuesCi(T fetch)
NamedValueCiT - - the type of the fetched schema objectfetch - - the fetched schema objectList of mapped objectsCopyright © 2016–2025. All rights reserved.