public interface Attributable<E>
Modifier and Type | Method and Description |
---|---|
List<E> |
findPossibleValues(String searchText)
Search for possible values of this object using the given search string
|
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()
Find all possible values of this object.
|
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()
List<E> getPossibleValues()
List<E> findPossibleValues(String searchText)
searchText
- String to search onString getDisplayString()
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.