|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents information attributes of a Source and code
within a StringAttribute.
Following is a UML Class diagram showing the neighborhood around AttributeContext

StringAttribute| Nested Class Summary |
| Nested classes inherited from class gov.nih.nlm.umls.meta.SourceElement |
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
getSource, setSource |
| Method Detail |
public StringAttribute getStringAttribute()
StringAttribute that holds this AttributeContext.
StringAttribute that holds this AttributeContextpublic void setStringAttribute(StringAttribute sa)
StringAttribute that holds this AttributeContext.
sa - the StringAttribute that holds this AttributeContextpublic Atom getAtom()
Atom for this AttributeContext.
Atompublic void setAtom(Atom string_source)
Atom for this AttributeContext.
string_source - Atompublic SourceIdentifierType getSourceIdentifierType()
SourceIdentifierType for this AttributeContext.
SourceIdentifierTypepublic void setSourceIdentifierType(SourceIdentifierType source_id_type)
SourceIdentifierType for this AttributeContext.
source_id_type - SourceIdentifierTypepublic AttributeValue[] getAttributeValues()
AttributeValues.
AttributeValuespublic List getAttributeValuesAsList()
AttributeValues as a List.
List of AttributeValuespublic void addAttributeValue(AttributeValue av)
AttributeValue.
av - the AttributeValue to be addedpublic void removeAttributeValue(AttributeValue av)
AttributeValue.
av - the AttributeValue to be removedpublic void clearAttributeValues()
AttributeValues.
public void setAttributeValues(AttributeValue[] avs)
AttributeValues with the ones in the specified array.
avs - a AttributeValue[]public void setAttributeValues(List avs)
AttributeValues with the ones in the specified List.
avs - a List of AttributeValuespublic String getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key AttributeContext fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||