|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents information about an attribute attached
to an Atom, a Concept, or a Relationship.
This interface is the superclass for RelationshipAttribute and AtomAttribute.
Implementations of this interface should not be constructed. Rather,
implementations of RelationshipAttribute or AtomAttribute should be constructed.
Following is a UML Class diagram showing the neighborhood around Attribute

All data in a row of the MRSAT file is represented here.
| Nested Class Summary |
| Nested classes inherited from class gov.nih.nlm.umls.meta.SourceElement |
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
| Method Summary | |
AttributeName |
getAtn()
Returns the AttributeName (ATN). |
AttributeName |
getAttributeName()
Returns the AttributeName (ATN). |
String |
getAttributeValue()
Returns the attribute value. |
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. |
| 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.ConceptElement |
getConcept, setConcept |
| Methods inherited from interface gov.nih.nlm.umls.meta.ContentViewElement |
getContentView, getCvf, setContentView, setCvf |
| Methods inherited from interface gov.nih.nlm.umls.meta.SourceIdentifierElement |
getSourceIdentifierType, setSourceIdentifierType |
| Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
getSource, setSource |
| 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 Atom fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||