|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeValue
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 |
|---|
AttributeName getAttributeName()
AttributeName (ATN).
AttributeNameAttributeName getAtn()
AttributeName (ATN).
This is shorthand for getAttributeName().
AttributeNamevoid setAttributeName(AttributeName atn)
AttributeName (ATN).
atn - the AttributeNamevoid setAtn(AttributeName atn)
AttributeName (ATN).
This is shorthand for setAttributeName(AttributeName).
atn - the AttributeNameString getAttributeValue()
String getAtv()
getAttributeValue().
void setAttributeValue(String atv)
atv - the attribute valuevoid setAtv(String atv)
setAttributeValue(String).
atv - the attribute valueString 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 | ||||||||