public interface Attributable<E>
Modifier and Type | Method and Description |
---|---|
List<E> |
findPossibleValues(String searchText)
Deprecated.
Data provided by this method can be better achieved from
appropriate service at point of use.
|
String |
getDisplayString()
Gets a descriptive String used for display purposes This is meant as an alternative to using
the toString() to display this object to a user
|
List<E> |
getPossibleValues()
Deprecated.
Data provided by this method can be better achieved from
appropriate service at point of use.
|
E |
hydrate(String s)
Deserialize the given string into a full object
|
String |
serialize()
Turn the current object into an identifying string that can be retrieved later
|
E hydrate(String s)
s
- String to deserializeString serialize()
@Deprecated List<E> getPossibleValues()
@Deprecated List<E> findPossibleValues(String searchText)
searchText
- String to search onString getDisplayString()
Copyright © 2024 OpenMRS Inc.. All rights reserved.