public interface ICPPOperationCodeDetail extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CPP_FUNCTION_SPECIFIER_EXPLICIT |
static java.lang.String |
CPP_FUNCTION_SPECIFIER_INLINE |
static java.lang.String |
CPP_FUNCTION_SPECIFIER_NONE |
static java.lang.String |
CPP_FUNCTION_SPECIFIER_VIRTUAL |
static java.lang.String |
CPP_RETURN_TYPE_MODIFIER_AMP |
static java.lang.String |
CPP_RETURN_TYPE_MODIFIER_ARRAY |
static java.lang.String |
CPP_RETURN_TYPE_MODIFIER_ASTERISK |
static java.lang.String |
CPP_RETURN_TYPE_MODIFIER_EMPTY |
static java.lang.String |
PROP_CPP_BODY_CODE |
static java.lang.String |
PROP_CPP_FRIEND |
static java.lang.String |
PROP_CPP_FUNCTION_SPECIFIER |
static java.lang.String |
PROP_CPP_INLINE |
static java.lang.String |
PROP_CPP_RETURN_TYPE_CHANGEABLE |
static java.lang.String |
PROP_CPP_RETURN_TYPE_MODIFIER |
static java.lang.String |
PROP_IMPL_MODEL |
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 |
getCppBodyCode() |
java.lang.String |
getCppFunctionSpecifier() |
java.lang.String |
getCppReturnTypeModifier() |
IImplModel |
getImplModel() |
boolean |
isCppFriend() |
boolean |
isCppInline() |
boolean |
isCppReturnTypeChangeable() |
void |
setCppBodyCode(java.lang.String cppBodyCode) |
void |
setCppFriend(boolean cppFriend) |
void |
setCppFunctionSpecifier(java.lang.String cppFunctionSpecifier) |
void |
setCppInline(boolean cppInline) |
void |
setCppReturnTypeChangeable(boolean cppReturnTypeChangeable) |
void |
setCppReturnTypeModifier(java.lang.String cppReturnTypeModifier) |
void |
setImplModel(IImplModel implModel) |
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, getDescription, 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, setDescription, 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, toToRelationshipEndArray
static final java.lang.String CPP_RETURN_TYPE_MODIFIER_EMPTY
static final java.lang.String CPP_RETURN_TYPE_MODIFIER_AMP
static final java.lang.String CPP_RETURN_TYPE_MODIFIER_ASTERISK
static final java.lang.String CPP_RETURN_TYPE_MODIFIER_ARRAY
static final java.lang.String CPP_FUNCTION_SPECIFIER_NONE
static final java.lang.String CPP_FUNCTION_SPECIFIER_VIRTUAL
static final java.lang.String CPP_FUNCTION_SPECIFIER_INLINE
static final java.lang.String CPP_FUNCTION_SPECIFIER_EXPLICIT
static final java.lang.String PROP_CPP_RETURN_TYPE_MODIFIER
static final java.lang.String PROP_CPP_FUNCTION_SPECIFIER
static final java.lang.String PROP_CPP_BODY_CODE
static final java.lang.String PROP_CPP_INLINE
static final java.lang.String PROP_CPP_FRIEND
static final java.lang.String PROP_CPP_RETURN_TYPE_CHANGEABLE
static final java.lang.String PROP_IMPL_MODEL
void setCppReturnTypeModifier(java.lang.String cppReturnTypeModifier)
java.lang.String getCppReturnTypeModifier()
void setCppFunctionSpecifier(java.lang.String cppFunctionSpecifier)
java.lang.String getCppFunctionSpecifier()
void setCppBodyCode(java.lang.String cppBodyCode)
java.lang.String getCppBodyCode()
void setCppInline(boolean cppInline)
boolean isCppInline()
void setCppFriend(boolean cppFriend)
boolean isCppFriend()
void setCppReturnTypeChangeable(boolean cppReturnTypeChangeable)
boolean isCppReturnTypeChangeable()
void setImplModel(IImplModel implModel)
IImplModel getImplModel()