public class MCtid315 extends MCtid
Modifier and Type | Method and Description |
---|---|
void |
addProperty(com.merge.mcw.sr.MCnumItem property) |
void |
addReferencedProperty(com.merge.mcw.sr.MCnumItem property) |
void |
clearProperties() |
void |
clearReferencedProperties() |
static MCtid315 |
create() |
com.merge.mcw.sr.MCcodeItem |
getEquationOrTable()
Gets Coded term or Context Group for the equation or table from which a measurement wasderived or computed
|
java.util.List<com.merge.mcw.sr.MCnumItem> |
getProperties()
Gets a list of properties as input to the equation or table
|
java.util.List<com.merge.mcw.sr.MCnumItem> |
getReferencedProperties()
Gets a list of referenced properties as input to the equation or table
|
boolean |
isValid() |
void |
removeProperty(com.merge.mcw.sr.MCnumItem property) |
void |
removeReferencedProperty(com.merge.mcw.sr.MCnumItem property) |
void |
setEquationOrTable(com.merge.mcw.sr.MCcodeItem equationOrTable)
Sets Coded term or Context Group for the equation or table from which a measurement wasderived or computed
|
getAttributeSet, getContentType, getContinuity, getRelationshipType, getTID, getTitle, readContentNamesFromJSON, readContentNamesFromJSON, readNumberFromJSON, readStringFromJSON, setContentType, setContinuity, setRelationshipType, setTID, setTitle
public static MCtid315 create()
public com.merge.mcw.sr.MCcodeItem getEquationOrTable()
MCcodeItem
objectpublic void setEquationOrTable(com.merge.mcw.sr.MCcodeItem equationOrTable)
equationOrTable
- MCcodeItem
objectpublic java.util.List<com.merge.mcw.sr.MCnumItem> getProperties()
MCnumItem
objectspublic void clearProperties()
public void addProperty(com.merge.mcw.sr.MCnumItem property)
public void removeProperty(com.merge.mcw.sr.MCnumItem property)
public java.util.List<com.merge.mcw.sr.MCnumItem> getReferencedProperties()
MCnumItem
objectspublic void clearReferencedProperties()
public void addReferencedProperty(com.merge.mcw.sr.MCnumItem property)
public void removeReferencedProperty(com.merge.mcw.sr.MCnumItem property)