|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Attribute
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/interfaces inherited from interface 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 |
|---|
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 Atom fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||