public class CountConceptReference extends ConceptReference
Constructor and Description |
---|
CountConceptReference()
Instantiates a new count concept reference.
|
CountConceptReference(ConceptReference cr,
int childCount)
Instantiates a new count concept reference.
|
CountConceptReference(java.lang.String codingScheme,
java.lang.String namespace,
java.lang.String conceptCode,
int childCount)
Instantiates a new count concept reference.
|
Modifier and Type | Method and Description |
---|---|
int |
getChildCount()
Gets the child count.
|
void |
setChildCount(int childCount)
Sets the child count.
|
getConceptCode, setConceptCode
addEntityType, addEntityType, enumerateEntityType, getCode, getCodeNamespace, getCodingSchemeName, getEntityType, getEntityType, getEntityTypeCount, iterateEntityType, removeAllEntityType, removeEntityType, removeEntityTypeAt, setCode, setCodeNamespace, setCodingSchemeName, setEntityType, setEntityType
public CountConceptReference()
public CountConceptReference(ConceptReference cr, int childCount)
cr
- the crchildCount
- the child countpublic CountConceptReference(java.lang.String codingScheme, java.lang.String namespace, java.lang.String conceptCode, int childCount)
codingScheme
- the coding schemenamespace
- the namespaceconceptCode
- the concept codechildCount
- the child count