public interface IBaggageElementSchema extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_PROPERTY_SCHEMAS |
static java.lang.String |
PROP_SHAPE_REF_ID |
static java.lang.String |
PROP_TAGGED_VALUES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE| Modifier and Type | Method and Description |
|---|---|
void |
addPropertySchema(IBaggagePropertySchema propertySchema) |
IBaggagePropertySchema |
getPropertySchemaByIndex(int index) |
java.lang.String |
getShapeRefId() |
ITaggedValueContainer |
getTaggedValues() |
int |
propertySchemaCount() |
java.util.Iterator |
propertySchemaIterator()
Returns an iterator over the model elements
IBaggagePropertySchema. |
void |
removePropertySchema(IBaggagePropertySchema propertySchema) |
void |
removePropertySchemaByIndex(int index) |
void |
setShapeRefId(java.lang.String shapeRefId) |
void |
setTaggedValues(ITaggedValueContainer taggedValues) |
IBaggagePropertySchema[] |
toPropertySchemaArray() |
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, toToRelationshipEndArraystatic final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_SHAPE_REF_ID
static final java.lang.String PROP_PROPERTY_SCHEMAS
void setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues in interface IModelElementITaggedValueContainer getTaggedValues()
getTaggedValues in interface IModelElementvoid setShapeRefId(java.lang.String shapeRefId)
java.lang.String getShapeRefId()
void addPropertySchema(IBaggagePropertySchema propertySchema)
void removePropertySchema(IBaggagePropertySchema propertySchema)
IBaggagePropertySchema getPropertySchemaByIndex(int index)
void removePropertySchemaByIndex(int index)
int propertySchemaCount()
java.util.Iterator propertySchemaIterator()
IBaggagePropertySchema.IBaggagePropertySchema[] toPropertySchemaArray()