public interface IUseCaseNote extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_ATTENDEES |
static java.lang.String |
PROP_LOCATION |
static java.lang.String |
PROP_NOTE_DATE |
static java.lang.String |
PROP_NOTE_POINTS |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addNotePoint(IUseCaseNotePoint notePoint) |
java.lang.String |
getAttendees() |
java.lang.String |
getLocation() |
java.lang.String |
getNoteDate() |
IUseCaseNotePoint |
getNotePointByIndex(int index) |
int |
notePointCount() |
java.util.Iterator |
notePointIterator()
Returns an iterator over the model elements
IUseCaseNotePoint . |
void |
removeNotePoint(IUseCaseNotePoint notePoint) |
void |
removeNotePointByIndex(int index) |
void |
setAttendees(java.lang.String attendees) |
void |
setLocation(java.lang.String location) |
void |
setNoteDate(java.lang.String noteDate) |
IUseCaseNotePoint[] |
toNotePointArray() |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_NOTE_DATE
static final java.lang.String PROP_LOCATION
static final java.lang.String PROP_ATTENDEES
static final java.lang.String PROP_NOTE_POINTS
void setNoteDate(java.lang.String noteDate)
java.lang.String getNoteDate()
void setLocation(java.lang.String location)
java.lang.String getLocation()
void setAttendees(java.lang.String attendees)
java.lang.String getAttendees()
void addNotePoint(IUseCaseNotePoint notePoint)
void removeNotePoint(IUseCaseNotePoint notePoint)
IUseCaseNotePoint getNotePointByIndex(int index)
void removeNotePointByIndex(int index)
int notePointCount()
java.util.Iterator notePointIterator()
IUseCaseNotePoint
.IUseCaseNotePoint[] toNotePointArray()