public interface IBaggageSchemaTransform extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_FROM_ID |
static java.lang.String |
PROP_IS_COPY |
static java.lang.String |
PROP_TAGGED_VALUES |
static java.lang.String |
PROP_TO_ID |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
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, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, 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 PROP_TAGGED_VALUES
static final java.lang.String PROP_FROM_ID
static final java.lang.String PROP_TO_ID
static final java.lang.String PROP_IS_COPY
void addBaggageElementSchemaMapping(IBaggageElementSchemaMapping child)
void removeBaggageElementSchemaMapping(IBaggageElementSchemaMapping child)
IBaggageElementSchemaMapping getBaggageElementSchemaMappingByIndex(int index)
void removeBaggageElementSchemaMappingByIndex(int index)
void reorderBaggageElementSchemaMapping(IBaggageElementSchemaMapping[] childs)
int baggageElementSchemaMappingCount()
java.util.Iterator baggageElementSchemaMappingIterator()
IBaggageElementSchemaMapping[] toBaggageElementSchemaMappingArray()
IBaggageElementSchemaMapping createBaggageElementSchemaMapping()
IBaggageElementSchemaMapping getBaggageElementSchemaMappingByName(java.lang.String name)
void addBaggagePropertySchemaMapping(IBaggagePropertySchemaMapping child)
void removeBaggagePropertySchemaMapping(IBaggagePropertySchemaMapping child)
IBaggagePropertySchemaMapping getBaggagePropertySchemaMappingByIndex(int index)
void removeBaggagePropertySchemaMappingByIndex(int index)
void reorderBaggagePropertySchemaMapping(IBaggagePropertySchemaMapping[] childs)
int baggagePropertySchemaMappingCount()
java.util.Iterator baggagePropertySchemaMappingIterator()
IBaggagePropertySchemaMapping[] toBaggagePropertySchemaMappingArray()
IBaggagePropertySchemaMapping createBaggagePropertySchemaMapping()
IBaggagePropertySchemaMapping getBaggagePropertySchemaMappingByName(java.lang.String name)
void setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues
in interface IModelElement
ITaggedValueContainer getTaggedValues()
getTaggedValues
in interface IModelElement
void setFromId(java.lang.String fromId)
java.lang.String getFromId()
void setToId(java.lang.String toId)
java.lang.String getToId()
void setIsCopy(boolean isCopy)
boolean isCopy()