public interface IEJBDeployDetail extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_DESCRIPTION |
static java.lang.String |
PROP_DISPLAY_NAME |
static java.lang.String |
PROP_EJB_CLIENT_JAR |
static java.lang.String |
PROP_LARGE_ICON |
static java.lang.String |
PROP_SMALL_ICON |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
java.lang.String |
getEjbClientJar() |
java.lang.String |
getLargeIcon() |
java.lang.String |
getSmallIcon() |
void |
setDescription(java.lang.String description) |
void |
setDisplayName(java.lang.String displayName) |
void |
setEjbClientJar(java.lang.String ejbClientJar) |
void |
setLargeIcon(java.lang.String largeIcon) |
void |
setSmallIcon(java.lang.String smallIcon) |
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, 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, 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, toToRelationshipEndArraystatic final java.lang.String PROP_DISPLAY_NAME
static final java.lang.String PROP_EJB_CLIENT_JAR
static final java.lang.String PROP_SMALL_ICON
static final java.lang.String PROP_LARGE_ICON
static final java.lang.String PROP_DESCRIPTION
void setDisplayName(java.lang.String displayName)
java.lang.String getDisplayName()
void setEjbClientJar(java.lang.String ejbClientJar)
java.lang.String getEjbClientJar()
void setSmallIcon(java.lang.String smallIcon)
java.lang.String getSmallIcon()
void setLargeIcon(java.lang.String largeIcon)
java.lang.String getLargeIcon()
void setDescription(java.lang.String description)
setDescription in interface IModelElementjava.lang.String getDescription()
getDescription in interface IModelElement