|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents information an attribute name and value associated
with an AttributeContext.
Following is a UML Class diagram showing the neighborhood around AttributeValue

AttributeContext| Method Summary | |
AttributeName |
getAtn()
Returns the AttributeName (ATN). |
AttributeName |
getAttributeName()
Returns the AttributeName (ATN). |
String |
getAttributeValue()
Returns the attribute value (ATV). |
String |
getAtv()
Returns the attribute value (ATV). |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
void |
setAtn(AttributeName atn)
Sets the AttributeName (ATN). |
void |
setAttributeName(AttributeName atn)
Sets the AttributeName (ATN). |
void |
setAttributeValue(String atv)
Sets the attribute value (ATV). |
void |
setAtv(String atv)
Sets the attribute value (ATV). |
| Methods inherited from interface gov.nih.nlm.umls.meta.AttributeElement |
getAttributeIdentifier, getAtui, getSatui, getSourceAttributeIdentifier, setAttributeIdentifier, setAtui, setSatui, setSourceAttributeIdentifier |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface gov.nih.nlm.umls.meta.ContentViewElement |
getContentView, getCvf, setContentView, setCvf |
| Methods inherited from interface gov.nih.nlm.umls.meta.SuppressibleElement |
getSuppress, isObsolete, isSuppressible, setSuppress |
| Method Detail |
public AttributeName getAttributeName()
AttributeName (ATN).
AttributeNamepublic AttributeName getAtn()
AttributeName (ATN).
This is shorthand for getAttributeName().
AttributeNamepublic void setAttributeName(AttributeName atn)
AttributeName (ATN).
atn - the AttributeNamepublic void setAtn(AttributeName atn)
AttributeName (ATN).
This is shorthand for setAttributeName(AttributeName).
atn - the AttributeNamepublic String getAttributeValue()
public String getAtv()
getAttributeValue().
public void setAttributeValue(String atv)
atv - the attribute valuepublic void setAtv(String atv)
setAttributeValue(String).
atv - the attribute valuepublic String getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key AttributeValue fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||