public interface ResourceType extends ModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MNAME
The metaclass simple name.
|
static java.lang.String |
MQNAME
The metaclass qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIcon()
Getter for attribute 'ResourceType.Icon'
Metamodel description:
Optional icon for the browser and diagram
|
java.lang.String |
getImage()
Getter for attribute 'ResourceType.Image'
Metamodel description:
Big image for the diagram in image mode.
|
java.lang.String |
getLabelKey()
Getter for attribute 'ResourceType.LabelKey'
Metamodel description:
The label key used to look into module resources for the translated label.
|
ModuleComponent |
getModule() |
MetaclassReference |
getOwnerReference()
Getter for relation 'ResourceType->OwnerReference'
Metamodel description:
null
|
Stereotype |
getOwnerStereotype()
Getter for relation 'ResourceType->OwnerStereotype'
Metamodel description:
null
|
<any> |
getTypedResource()
Getter for relation 'ResourceType->TypedResource'
Metamodel description:
null
|
<T extends AbstractResource> |
getTypedResource(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ResourceType->TypedResource'
Metamodel description:
null
|
boolean |
isIsHidden()
Getter for attribute 'ResourceType.IsHidden'
Metamodel description:
|
void |
setIcon(java.lang.String value)
Setter for attribute 'ResourceType.Icon'
Metamodel description:
Optional icon for the browser and diagram
|
void |
setImage(java.lang.String value)
Setter for attribute 'ResourceType.Image'
Metamodel description:
Big image for the diagram in image mode.
|
void |
setIsHidden(boolean value)
Setter for attribute 'ResourceType.IsHidden'
Metamodel description:
|
void |
setLabelKey(java.lang.String value)
Setter for attribute 'ResourceType.LabelKey'
Metamodel description:
The label key used to look into module resources for the translated label.
|
void |
setOwnerReference(MetaclassReference value)
Setter for relation 'ResourceType->OwnerReference'
Metamodel description:
null
|
void |
setOwnerStereotype(Stereotype value)
Setter for relation 'ResourceType->OwnerStereotype'
Metamodel description:
null
|
addStereotype, getAttached, getAttached, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getExtension, getExtension, getImpactDependsOn, getImpactDependsOn, getImpactedDependency, getImpactedDependency, getImpactImpacted, getImpactImpacted, getLocalProperties, getLocalProperty, getMatrix, getMatrix, getName, getNote, getNote, getNote, getNoteContent, getNoteContent, getNoteContent, getProduct, getProduct, getProperties, getProperties, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getStereotype, getTag, getTag, getTag, getTag, getTag, getTagValue, getTagValue, getTagValue, getTagValues, getTagValues, getTagValues, isStereotyped, isStereotyped, isTagged, isTagged, isTagged, putNoteContent, putNoteContent, putNoteContent, putTagValue, putTagValue, putTagValue, putTagValues, putTagValues, putTagValues, removeNotes, removeNotes, removeNotes, removeStereotypes, removeTags, removeTags, removeTags, setLocalProperties, setLocalProperty, setName, setProperty, setProperty, setProperty, setPropertygetAddedToQuery, getAddedToQuery, getCausedImpact, getCausedImpact, getDiagramElement, getDiagramElementaccept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSetstatic final java.lang.String MNAME
static final java.lang.String MQNAME
ModuleComponent getModule()
boolean isIsHidden()
Indicates whether or not this resource will be visible for manual addition/suppression by the user.
void setIsHidden(boolean value)
Indicates whether or not this resource will be visible for manual addition/suppression by the user.
java.lang.String getLabelKey()
void setLabelKey(java.lang.String value)
java.lang.String getIcon()
void setIcon(java.lang.String value)
java.lang.String getImage()
void setImage(java.lang.String value)
Stereotype getOwnerStereotype()
void setOwnerStereotype(Stereotype value)
MetaclassReference getOwnerReference()
void setOwnerReference(MetaclassReference value)
<any> getTypedResource()
<T extends AbstractResource> java.util.List<T> getTypedResource(java.lang.Class<T> filterClass)