|
||||||||||
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 AttributeContext
public void setStringAttribute(StringAttribute sa)
StringAttribute
that holds this AttributeContext
.
sa
- the StringAttribute
that holds this AttributeContext
public Atom getAtom()
Atom
for this AttributeContext
.
Atom
public void setAtom(Atom string_source)
Atom
for this AttributeContext
.
string_source
- Atom
public SourceIdentifierType getSourceIdentifierType()
SourceIdentifierType
for this AttributeContext
.
SourceIdentifierType
public void setSourceIdentifierType(SourceIdentifierType source_id_type)
SourceIdentifierType
for this AttributeContext
.
source_id_type
- SourceIdentifierType
public AttributeValue[] getAttributeValues()
AttributeValue
s.
AttributeValue
spublic List getAttributeValuesAsList()
AttributeValue
s as a List
.
List
of AttributeValue
spublic void addAttributeValue(AttributeValue av)
AttributeValue
.
av
- the AttributeValue
to be addedpublic void removeAttributeValue(AttributeValue av)
AttributeValue
.
av
- the AttributeValue
to be removedpublic void clearAttributeValues()
AttributeValue
s.
public void setAttributeValues(AttributeValue[] avs)
AttributeValue
s with the ones in the specified array.
avs
- a AttributeValue
[]
public void setAttributeValues(List avs)
AttributeValue
s with the ones in the specified List
.
avs
- a List
of AttributeValue
spublic 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 |