|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractEntry | |
|---|---|
| org.opencrx.kernel.code1.jmi1 | |
| Uses of AbstractEntry in org.opencrx.kernel.code1.jmi1 |
|---|
| Subinterfaces of AbstractEntry in org.opencrx.kernel.code1.jmi1 | |
|---|---|
interface |
CodeValueEntry
Class CodeValueEntry |
interface |
SimpleEntry
Class SimpleEntry |
| Methods in org.opencrx.kernel.code1.jmi1 with type parameters of type AbstractEntry | ||
|---|---|---|
|
CodeValueContainer.getEntry(AbstractEntryQuery query)
Retrieves the value for the reference entry for the specified query. |
|
| Methods in org.opencrx.kernel.code1.jmi1 that return AbstractEntry | |
|---|---|
AbstractEntry |
CodeValueContainer.getEntry(boolean codeIsPersistent,
String code)
Retrieves the value for the reference entry for the specified qualifier attribute value. |
AbstractEntry |
CodeValueContainer.getEntry(String code)
Retrieves the value for the reference entry for the specified qualifier attribute value. |
| Methods in org.opencrx.kernel.code1.jmi1 with parameters of type AbstractEntry | |
|---|---|
void |
CodeValueContainer.addEntry(boolean codeIsPersistent,
String code,
AbstractEntry entry)
Adds the specified element to the set of the values for the reference entry. |
void |
CodeValueContainer.addEntry(String code,
AbstractEntry entry)
Adds the specified element to the set of the values for the reference entry using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||