Modifier and Type | Field and Description |
---|---|
protected Set<INoteType> |
DefaultModelComponentContent.noteTypes |
Modifier and Type | Method and Description |
---|---|
Set<INoteType> |
IModelComponentContent.getNoteTypes()
Return the set of note types that must be added to a model component.
|
Set<INoteType> |
DefaultModelComponentContent.getNoteTypes()
Return the set of note types that must be added to a model component.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultModelComponentContent.addNoteType(INoteType noteType)
Adds a note type to the set of note types that must be added to a model component.
|
Modifier and Type | Method and Description |
---|---|
INoteType |
IMetamodelExtensions.getNoteType(Class<? extends IElement> metaclass,
String name)
Used to access a specific note type.
|
Modifier and Type | Method and Description |
---|---|
ObList<INoteType> |
IMetamodelExtensions.getNoteTypes(Class<? extends IElement> metaclass)
Returns all the note types brought by deployed modules.
|
Modifier and Type | Method and Description |
---|---|
String |
IMetamodelExtensions.getModule(INoteType noteType)
Return the name of the module that owns a note type.
|
Modifier and Type | Method and Description |
---|---|
INoteType |
IProject.getNoteType(Class<?> metaclass,
String name) |
Modifier and Type | Method and Description |
---|---|
ObList<INoteType> |
IProject.getNoteTypes(Class<?> metaclass) |
Modifier and Type | Method and Description |
---|---|
<T extends INoteType> |
IStereotype.getDefinedNoteType(Class<T> filteredClass)
Get the list of ObNoteType to the DefinedNoteType association.
|
<T extends INoteType> |
IMetaclassReference.getDefinedNoteType(Class<T> filteredClass)
Get the list of ObNoteType to the DefinedNoteType association.
|
Modifier and Type | Method and Description |
---|---|
INoteType |
ILocalNote.getLocalModel()
Get the LocalModel association.
|
INoteType |
INote.getModel()
Get the Model association.
|
Modifier and Type | Method and Description |
---|---|
ObList<INoteType> |
IStereotype.getDefinedNoteType()
Get the list of ObNoteType to the DefinedNoteType association.
|
ObList<INoteType> |
IMetaclassReference.getDefinedNoteType()
Get the list of ObNoteType to the DefinedNoteType association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStereotype.addDefinedNoteType(INoteType element)
Add a ObNoteType to the 'DefinedNoteType' association.
|
void |
IMetaclassReference.addDefinedNoteType(INoteType element)
Add a ObNoteType to the 'DefinedNoteType' association.
|
void |
IStereotype.removeDefinedNoteType(INoteType element)
Remove an ObNoteType from the 'DefinedNoteType' association.
|
void |
IMetaclassReference.removeDefinedNoteType(INoteType element)
Remove an ObNoteType from the 'DefinedNoteType' association.
|
void |
ILocalNote.setLocalModel(INoteType element)
Setter for the 'LocalModel' [1..1] association.
|
void |
INote.setModel(INoteType element)
Setter for the 'Model' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IStereotype.cardDefinedNoteType(Class<? extends INoteType> filteredClass)
Returns the number elements in the DefinedNoteType association filtered with the given metaclass.
|
int |
IMetaclassReference.cardDefinedNoteType(Class<? extends INoteType> filteredClass)
Returns the number elements in the DefinedNoteType association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitNoteType(INoteType theNoteType) |
Object |
DefaultMetamodelVisitor.visitNoteType(INoteType theNoteType) |
Object |
AbstractMetamodelVisitor.visitNoteType(INoteType theNoteType) |