public interface Stereotype extends ModelElement
Modifier and Type | Method and Description |
---|---|
String |
getBaseClassName()
Getter for attribute 'Stereotype.BaseClassName'
Metamodel description:
MetaClass whose instances can be annotated by the current Stereotype.
|
org.eclipse.emf.common.util.EList<Stereotype> |
getChild()
Getter for relation 'Stereotype->Child'
Metamodel description:
null
|
<T extends Stereotype> |
getChild(Class<T> filterClass)
Filtered Getter for relation 'Stereotype->Child'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<ExternDocumentType> |
getDefinedExternDocumentType()
Getter for relation 'Stereotype->DefinedExternDocumentType'
Metamodel description:
null
|
<T extends ExternDocumentType> |
getDefinedExternDocumentType(Class<T> filterClass)
Filtered Getter for relation 'Stereotype->DefinedExternDocumentType'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<NoteType> |
getDefinedNoteType()
Getter for relation 'Stereotype->DefinedNoteType'
Metamodel description:
|
<T extends NoteType> |
getDefinedNoteType(Class<T> filterClass)
Filtered Getter for relation 'Stereotype->DefinedNoteType'
Metamodel description:
|
PropertyTableDefinition |
getDefinedTable()
Getter for relation 'Stereotype->DefinedTable'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<TagType> |
getDefinedTagType()
Getter for relation 'Stereotype->DefinedTagType'
Metamodel description:
|
<T extends TagType> |
getDefinedTagType(Class<T> filterClass)
Filtered Getter for relation 'Stereotype->DefinedTagType'
Metamodel description:
|
org.eclipse.emf.common.util.EList<ModelElement> |
getExtendedElement()
Getter for relation 'Stereotype->ExtendedElement'
Metamodel description:
|
<T extends ModelElement> |
getExtendedElement(Class<T> filterClass)
Filtered Getter for relation 'Stereotype->ExtendedElement'
Metamodel description:
|
String |
getIcon()
Getter for attribute 'Stereotype.Icon'
Metamodel description:
Icon that can represent the stereotyped ModelElement.
|
String |
getImage()
Getter for attribute 'Stereotype.Image'
Metamodel description:
null
|
String |
getLabelKey()
Getter for attribute 'Stereotype.LabelKey'
Metamodel description:
|
ModuleComponent |
getModule() |
Profile |
getOwner()
Getter for relation 'Stereotype->Owner'
Metamodel description:
null
|
Stereotype |
getParent()
Getter for relation 'Stereotype->Parent'
Metamodel description:
null
|
boolean |
isIsHidden()
Getter for attribute 'Stereotype.IsHidden'
Metamodel description:
|
void |
setBaseClassName(String value)
Setter for attribute 'Stereotype.BaseClassName'
Metamodel description:
MetaClass whose instances can be annotated by the current Stereotype.
|
void |
setDefinedTable(PropertyTableDefinition value)
Setter for relation 'Stereotype->DefinedTable'
Metamodel description:
null
|
void |
setIcon(String value)
Setter for attribute 'Stereotype.Icon'
Metamodel description:
Icon that can represent the stereotyped ModelElement.
|
void |
setImage(String value)
Setter for attribute 'Stereotype.Image'
Metamodel description:
null
|
void |
setIsHidden(boolean value)
Setter for attribute 'Stereotype.IsHidden'
Metamodel description:
|
void |
setLabelKey(String value)
Setter for attribute 'Stereotype.LabelKey'
Metamodel description:
|
void |
setOwner(Profile value)
Setter for relation 'Stereotype->Owner'
Metamodel description:
null
|
void |
setParent(Stereotype value)
Setter for relation 'Stereotype->Parent'
Metamodel description:
null
|
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
ModuleComponent getModule()
String getImage()
void setImage(String value)
String getIcon()
void setIcon(String value)
boolean isIsHidden()
void setIsHidden(boolean value)
String getLabelKey()
void setLabelKey(String value)
String getBaseClassName()
void setBaseClassName(String value)
PropertyTableDefinition getDefinedTable()
void setDefinedTable(PropertyTableDefinition value)
org.eclipse.emf.common.util.EList<ModelElement> getExtendedElement()
<T extends ModelElement> List<T> getExtendedElement(Class<T> filterClass)
org.eclipse.emf.common.util.EList<ExternDocumentType> getDefinedExternDocumentType()
<T extends ExternDocumentType> List<T> getDefinedExternDocumentType(Class<T> filterClass)
Profile getOwner()
void setOwner(Profile value)
Stereotype getParent()
void setParent(Stereotype value)
org.eclipse.emf.common.util.EList<TagType> getDefinedTagType()
<T extends TagType> List<T> getDefinedTagType(Class<T> filterClass)
org.eclipse.emf.common.util.EList<Stereotype> getChild()
<T extends Stereotype> List<T> getChild(Class<T> filterClass)
org.eclipse.emf.common.util.EList<NoteType> getDefinedNoteType()