Modifier and Type | Field and Description |
---|---|
protected Set<ITagType> |
DefaultModelComponentContent.tagTypes |
Modifier and Type | Method and Description |
---|---|
Set<ITagType> |
IModelComponentContent.getTagTypes()
Return the set of tagged value types that must be added to a model component.
|
Set<ITagType> |
DefaultModelComponentContent.getTagTypes()
Return the set of tagged value types that must be added to a model component.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultModelComponentContent.addTagType(ITagType tagType)
Adds a tagged value to the set of tagged value types that must be added to a model component.
|
Modifier and Type | Method and Description |
---|---|
ITagType |
IMetamodelExtensions.getTagType(Class<? extends IElement> metaclass,
String name)
Used to access a specific tag type.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITagType> |
IMetamodelExtensions.getTagTypes(Class<? extends IElement> metaclass)
Returns all the tag types brought by deployed modules.
|
Modifier and Type | Method and Description |
---|---|
String |
IMetamodelExtensions.getModule(ITagType tagType)
Return name of the module that owns a tageed value type.
|
Modifier and Type | Method and Description |
---|---|
ITagType |
IProject.getTagType(Class<?> metaclass,
String name) |
Modifier and Type | Method and Description |
---|---|
ObList<ITagType> |
IProject.getTagTypes(Class<?> metaclass) |
Modifier and Type | Method and Description |
---|---|
<T extends ITagType> |
IStereotype.getDefinedTagType(Class<T> filteredClass)
Get the list of ObTagType to the DefinedTagType association.
|
<T extends ITagType> |
IMetaclassReference.getDefinedTagType(Class<T> filteredClass)
Get the list of ObTagType to the DefinedTagType association.
|
Modifier and Type | Method and Description |
---|---|
ITagType |
ITaggedValue.getDefinition()
Get the Definition association.
|
ITagType |
ILocalTaggedValue.getLocalDefinition()
Get the LocalDefinition association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITagType> |
IStereotype.getDefinedTagType()
Get the list of ObTagType to the DefinedTagType association.
|
ObList<ITagType> |
IMetaclassReference.getDefinedTagType()
Get the list of ObTagType to the DefinedTagType association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStereotype.addDefinedTagType(ITagType element)
Add a ObTagType to the 'DefinedTagType' association.
|
void |
IMetaclassReference.addDefinedTagType(ITagType element)
Add a ObTagType to the 'DefinedTagType' association.
|
void |
IStereotype.removeDefinedTagType(ITagType element)
Remove an ObTagType from the 'DefinedTagType' association.
|
void |
IMetaclassReference.removeDefinedTagType(ITagType element)
Remove an ObTagType from the 'DefinedTagType' association.
|
void |
ITaggedValue.setDefinition(ITagType element)
Setter for the 'Definition' [1..1] association.
|
void |
ILocalTaggedValue.setLocalDefinition(ITagType element)
Setter for the 'LocalDefinition' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IStereotype.cardDefinedTagType(Class<? extends ITagType> filteredClass)
Returns the number elements in the DefinedTagType association filtered with the given metaclass.
|
int |
IMetaclassReference.cardDefinedTagType(Class<? extends ITagType> filteredClass)
Returns the number elements in the DefinedTagType association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitTagType(ITagType theTagType) |
Object |
DefaultMetamodelVisitor.visitTagType(ITagType theTagType) |
Object |
AbstractMetamodelVisitor.visitTagType(ITagType theTagType) |