gov.nih.nlm.umls.meta
Interface ContentViewElement

All Known Subinterfaces:
Atom, AtomAttribute, AtomCoocurrence, AtomRelationship, Attribute, AttributeValue, ComponentHistory, Context, Coocurrence, CoocurrenceContext, Definition, Locator, Mapping, Relationship, RelationshipAttribute, SemanticType, SourceContext
All Known Implementing Classes:
AtomAttributeImpl, AtomCoocurrenceImpl, AtomRelationshipImpl, AttributeImpl, AttributeValueImpl, ComponentHistoryImpl, ContextImpl, CoocurrenceContextImpl, CoocurrenceImpl, DefinitionImpl, LocatorImpl, MappingImpl, PlaceholderAtom, RelationshipAttributeImpl, RelationshipImpl, SemanticTypeImpl, SourceContextImpl

public interface ContentViewElement

Represents an element that belongs to a content view.

Author:
Brian Carlsen, Deborah Shapiro

Method Summary
 ContentView getContentView()
          Returns tbe ContentView definition for this ConceptElement (CVF).
 ContentView getCvf()
          Returns tbe ContentView definition for this ConceptElement (CVF).
 void setContentView(ContentView cvf)
          Sets tbe ContentView definition for this ConceptElement (CVF).
 void setCvf(ContentView cvf)
          Sets tbe ContentView definition for this ConceptElement (CVF).
 

Method Detail

getContentView

public ContentView getContentView()
Returns tbe ContentView definition for this ConceptElement (CVF).

Returns:
tbe ContentView definition

setContentView

public void setContentView(ContentView cvf)
Sets tbe ContentView definition for this ConceptElement (CVF).

Parameters:
cvf - the ContentView definition

getCvf

public ContentView getCvf()
Returns tbe ContentView definition for this ConceptElement (CVF). This is shorthand for getContentView().

Returns:
tbe ContentView definition

setCvf

public void setCvf(ContentView cvf)
Sets tbe ContentView definition for this ConceptElement (CVF). This is shorthand for setContentView(ContentView).

Parameters:
cvf - the ContentView definition


Copyright ©2005