public interface IXSDElement extends IHasChildrenBaseModelElement
Modifier and Type | Field and Description |
---|---|
static int |
ABSTRACT_FALSE |
static int |
ABSTRACT_TRUE |
static int |
ABSTRACT_UNSPECIFIED |
static int |
FORM_QUALIFIED |
static int |
FORM_UNQUALIFIED |
static int |
FORM_UNSPECIFIED |
static int |
NULLABLE_FALSE |
static int |
NULLABLE_TRUE |
static int |
NULLABLE_UNSPECIFIED |
static java.lang.String |
PROP_ABSTRACT |
static java.lang.String |
PROP_ANALYSIS_ITEM_DIAGRAM_IDS |
static java.lang.String |
PROP_ANALYSIS_ITEM_MODELS |
static java.lang.String |
PROP_BLOCK |
static java.lang.String |
PROP_DEFAULT |
static java.lang.String |
PROP_FINAL |
static java.lang.String |
PROP_FIXED |
static java.lang.String |
PROP_FORM |
static java.lang.String |
PROP_IMPORT |
static java.lang.String |
PROP_IMPORT_LOCATION |
static java.lang.String |
PROP_MAX_OCCURS |
static java.lang.String |
PROP_MIN_OCCURS |
static java.lang.String |
PROP_NULLABLE |
static java.lang.String |
PROP_QUALITY_REASON |
static java.lang.String |
PROP_QUALITY_SCORE |
static java.lang.String |
PROP_REF |
static java.lang.String |
PROP_STEREOTYPES |
static java.lang.String |
PROP_SUBSTITUTION_GROUP |
static java.lang.String |
PROP_SYNC_MAPPING_MODELS |
static java.lang.String |
PROP_TAGGED_VALUES |
static java.lang.String |
PROP_TYPE |
static java.lang.String |
PROP_XSD_ID |
PROP_BACKLOG_ACTIVITY_ID, PROP_COMMENTS, PROP_DOCUMENTATION, PROP_GENERIC_VALUES, PROP_PM_AUTHOR, PROP_PM_CREATE_DATE_TIME, PROP_PM_DIFFICULTY, PROP_PM_DISCIPLINE, PROP_PM_ITERATION, PROP_PM_LAST_MODIFIED, PROP_PM_PHASE, PROP_PM_PRIORITY, PROP_PM_STATUS, PROP_PM_VERSION, PROP_REFERENCED_BY_DIAGRAM_IDS, PROP_REFERENCED_BY_MODEL_ADDRESSES, PROP_REFERENCES, PROP_TRANSIT_FROM, PROP_TRANSIT_TO, PROP_USER_ID, PROP_USER_ID_LAST_NUMERIC_VALUE, PROP_USER_ID_PARENT, PROP_VOICES
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME
addComment, addGenericValue, addReference, addVoice, commentCount, commentIterator, genericValueCount, genericValueIterator, getBacklogActivityId, getCommentByIndex, getDescription, getGenericValueByIndex, getHTMLDescription, getHTMLDescription, getPmAuthor, getPmCreateDateTime, getPmDifficulty, getPmDiscipline, getPmIteration, getPmLastModified, getPmPhase, getPmPriority, getPmStatus, getPmVersion, getReferenceByIndex, getReferencedByDiagramIds, getReferencedByModelAddresses, getTransitFrom, getTransitTo, getUserID, getUserIDLastNumericValue, getUserIDParent, getVoiceByIndex, referenceCount, referenceIterator, removeComment, removeCommentByIndex, removeGenericValue, removeGenericValueByIndex, removeReference, removeReferenceByIndex, removeVoice, removeVoiceByIndex, setBacklogActivityId, setDescription, setHTMLDescription, setPmAuthor, setPmCreateDateTime, setPmDifficulty, setPmDiscipline, setPmIteration, setPmLastModified, setPmPhase, setPmPriority, setPmStatus, setPmVersion, setReferencedByDiagramIds, setReferencedByModelAddresses, setTransitFrom, setTransitTo, setUserID, setUserIDLastNumericValue, setUserIDParent, toCommentArray, toGenericValueArray, toReferenceArray, toVoiceArray, voiceCount, voiceIterator
addChild, addPropertyChangeListener, 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, 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, getReferencedBys, getReferencingModels, getSubDiagramAt, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeSubDiagram, setDocumentation, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_IMPORT
static final java.lang.String PROP_IMPORT_LOCATION
static final java.lang.String PROP_STEREOTYPES
static final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_SYNC_MAPPING_MODELS
static final java.lang.String PROP_ANALYSIS_ITEM_MODELS
static final java.lang.String PROP_ANALYSIS_ITEM_DIAGRAM_IDS
static final java.lang.String PROP_QUALITY_SCORE
static final java.lang.String PROP_QUALITY_REASON
static final java.lang.String PROP_ABSTRACT
static final int ABSTRACT_UNSPECIFIED
static final int ABSTRACT_TRUE
static final int ABSTRACT_FALSE
static final java.lang.String PROP_BLOCK
static final java.lang.String PROP_DEFAULT
static final java.lang.String PROP_FINAL
static final java.lang.String PROP_FIXED
static final java.lang.String PROP_FORM
static final int FORM_UNSPECIFIED
static final int FORM_QUALIFIED
static final int FORM_UNQUALIFIED
static final java.lang.String PROP_XSD_ID
static final java.lang.String PROP_MAX_OCCURS
static final java.lang.String PROP_MIN_OCCURS
static final java.lang.String PROP_NULLABLE
static final int NULLABLE_UNSPECIFIED
static final int NULLABLE_TRUE
static final int NULLABLE_FALSE
static final java.lang.String PROP_REF
static final java.lang.String PROP_SUBSTITUTION_GROUP
static final java.lang.String PROP_TYPE
void addXMLModelElement(IXMLModelElement child)
void removeXMLModelElement(IXMLModelElement child)
IXMLModelElement getXMLModelElementByIndex(int index)
void removeXMLModelElementByIndex(int index)
void reorderXMLModelElement(IXMLModelElement[] childs)
int xMLModelElementCount()
java.util.Iterator xMLModelElementIterator()
IXMLModelElement[] toXMLModelElementArray()
IXMLModelElement createXMLModelElement()
IXMLModelElement getXMLModelElementByName(java.lang.String name)
void addXMLModelAttribute(IXMLModelAttribute child)
void removeXMLModelAttribute(IXMLModelAttribute child)
IXMLModelAttribute getXMLModelAttributeByIndex(int index)
void removeXMLModelAttributeByIndex(int index)
void reorderXMLModelAttribute(IXMLModelAttribute[] childs)
int xMLModelAttributeCount()
java.util.Iterator xMLModelAttributeIterator()
IXMLModelAttribute[] toXMLModelAttributeArray()
IXMLModelAttribute createXMLModelAttribute()
IXMLModelAttribute getXMLModelAttributeByName(java.lang.String name)
void addXMLModelText(IXMLModelText child)
void removeXMLModelText(IXMLModelText child)
IXMLModelText getXMLModelTextByIndex(int index)
void removeXMLModelTextByIndex(int index)
void reorderXMLModelText(IXMLModelText[] childs)
int xMLModelTextCount()
java.util.Iterator xMLModelTextIterator()
IXMLModelText[] toXMLModelTextArray()
IXMLModelText createXMLModelText()
IXMLModelText getXMLModelTextByName(java.lang.String name)
void addXMLNamespaceAttribute(IXMLNamespaceAttribute child)
void removeXMLNamespaceAttribute(IXMLNamespaceAttribute child)
IXMLNamespaceAttribute getXMLNamespaceAttributeByIndex(int index)
void removeXMLNamespaceAttributeByIndex(int index)
void reorderXMLNamespaceAttribute(IXMLNamespaceAttribute[] childs)
int xMLNamespaceAttributeCount()
java.util.Iterator xMLNamespaceAttributeIterator()
IXMLNamespaceAttribute[] toXMLNamespaceAttributeArray()
IXMLNamespaceAttribute createXMLNamespaceAttribute()
IXMLNamespaceAttribute getXMLNamespaceAttributeByName(java.lang.String name)
void addValueSpecification(IValueSpecification child)
void removeValueSpecification(IValueSpecification child)
IValueSpecification getValueSpecificationByIndex(int index)
void removeValueSpecificationByIndex(int index)
void reorderValueSpecification(IValueSpecification[] childs)
int valueSpecificationCount()
java.util.Iterator valueSpecificationIterator()
IValueSpecification[] toValueSpecificationArray()
IValueSpecification createValueSpecification()
IValueSpecification getValueSpecificationByName(java.lang.String name)
void addXSDAnnotation(IXSDAnnotation child)
void removeXSDAnnotation(IXSDAnnotation child)
IXSDAnnotation getXSDAnnotationByIndex(int index)
void removeXSDAnnotationByIndex(int index)
void reorderXSDAnnotation(IXSDAnnotation[] childs)
int xSDAnnotationCount()
java.util.Iterator xSDAnnotationIterator()
IXSDAnnotation[] toXSDAnnotationArray()
IXSDAnnotation createXSDAnnotation()
IXSDAnnotation getXSDAnnotationByName(java.lang.String name)
void addXSDComplexType(IXSDComplexType child)
void removeXSDComplexType(IXSDComplexType child)
IXSDComplexType getXSDComplexTypeByIndex(int index)
void removeXSDComplexTypeByIndex(int index)
void reorderXSDComplexType(IXSDComplexType[] childs)
int xSDComplexTypeCount()
java.util.Iterator xSDComplexTypeIterator()
IXSDComplexType[] toXSDComplexTypeArray()
IXSDComplexType createXSDComplexType()
IXSDComplexType getXSDComplexTypeByName(java.lang.String name)
void addXSDSimpleType(IXSDSimpleType child)
void removeXSDSimpleType(IXSDSimpleType child)
IXSDSimpleType getXSDSimpleTypeByIndex(int index)
void removeXSDSimpleTypeByIndex(int index)
void reorderXSDSimpleType(IXSDSimpleType[] childs)
int xSDSimpleTypeCount()
java.util.Iterator xSDSimpleTypeIterator()
IXSDSimpleType[] toXSDSimpleTypeArray()
IXSDSimpleType createXSDSimpleType()
IXSDSimpleType getXSDSimpleTypeByName(java.lang.String name)
void addXSDUnique(IXSDUnique child)
void removeXSDUnique(IXSDUnique child)
IXSDUnique getXSDUniqueByIndex(int index)
void removeXSDUniqueByIndex(int index)
void reorderXSDUnique(IXSDUnique[] childs)
int xSDUniqueCount()
java.util.Iterator xSDUniqueIterator()
IXSDUnique[] toXSDUniqueArray()
IXSDUnique createXSDUnique()
IXSDUnique getXSDUniqueByName(java.lang.String name)
void addXSDKey(IXSDKey child)
void removeXSDKey(IXSDKey child)
IXSDKey getXSDKeyByIndex(int index)
void removeXSDKeyByIndex(int index)
void reorderXSDKey(IXSDKey[] childs)
int xSDKeyCount()
java.util.Iterator xSDKeyIterator()
IXSDKey[] toXSDKeyArray()
IXSDKey createXSDKey()
IXSDKey getXSDKeyByName(java.lang.String name)
void addXSDKeyref(IXSDKeyref child)
void removeXSDKeyref(IXSDKeyref child)
IXSDKeyref getXSDKeyrefByIndex(int index)
void removeXSDKeyrefByIndex(int index)
void reorderXSDKeyref(IXSDKeyref[] childs)
int xSDKeyrefCount()
java.util.Iterator xSDKeyrefIterator()
IXSDKeyref[] toXSDKeyrefArray()
IXSDKeyref createXSDKeyref()
IXSDKeyref getXSDKeyrefByName(java.lang.String name)
void setImport(boolean $import)
boolean isImport()
void setImportLocation(java.lang.String importLocation)
java.lang.String getImportLocation()
void addStereotype(java.lang.String name)
IModelElement
IStereotype
does not existing in current project. It will be auto created.addStereotype
in interface IModelElement
void removeStereotype(java.lang.String name)
IModelElement
removeStereotype
in interface IModelElement
void addStereotype(IStereotype stereotype)
IStereotype
into this model element. The IStereotype
may belong to current project or referenced project(s). Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2378addStereotype
in interface IModelElement
stereotype
- the IStereotype
will be added into this model element. The baseType
of the IStereotype
is required to be matched with modelType
of this model element. If they are different, or stereotype is null, will cause an IllegalArgumentException.
java.lang.IllegalArgumentException
- if the stereotype
is null, or its baseType
does not match with modelType
of this model element.void removeStereotype(IStereotype stereotype)
IStereotype
from this model element. The IStereotype
can belong to current project or referenced project(s).removeStereotype
in interface IModelElement
stereotype
- the IStereotype
will be removed from this model element.boolean hasStereotype(java.lang.String name)
hasStereotype
in interface IModelElement
int stereotypeCount()
stereotypeCount
in interface IModelElement
java.lang.String[] toStereotypeArray()
java.util.Iterator stereotypeIterator()
java.util.Iterator stereotypeModelIterator()
IStereotype
.stereotypeModelIterator
in interface IModelElement
IStereotype[] toStereotypeModelArray()
toStereotypeModelArray
in interface IModelElement
void addStereotypes(java.lang.String name)
void removeStereotypes(java.lang.String name)
boolean hasStereotypes(java.lang.String name)
int stereotypesCount()
java.lang.String[] toStereotypesArray()
java.util.Iterator stereotypesIterator()
java.util.Iterator stereotypesModelIterator()
IStereotype[] toStereotypesModelArray()
void setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues
in interface IModelElement
ITaggedValueContainer getTaggedValues()
getTaggedValues
in interface IModelElement
void addSyncMappingModel(IModelElement syncMappingModel)
void removeSyncMappingModel(IModelElement syncMappingModel)
IModelElement getSyncMappingModelByIndex(int index)
void removeSyncMappingModelByIndex(int index)
int syncMappingModelCount()
java.util.Iterator syncMappingModelIterator()
IModelElement
.IModelElement[] toSyncMappingModelArray()
void addAnalysisItemModel(IModelElement analysisItemModel)
void removeAnalysisItemModel(IModelElement analysisItemModel)
IModelElement getAnalysisItemModelByIndex(int index)
void removeAnalysisItemModelByIndex(int index)
int analysisItemModelCount()
java.util.Iterator analysisItemModelIterator()
IModelElement
.IModelElement[] toAnalysisItemModelArray()
void setAnalysisItemDiagramIds(java.lang.String[] analysisItemDiagramIds)
java.lang.String[] getAnalysisItemDiagramIds()
void setQualityScore(int qualityScore)
int getQualityScore()
IModelElement
getQualityScore
in interface IModelElement
void setQualityReason(java.lang.String qualityReason)
java.lang.String getQualityReason()
IModelElement
getQualityReason
in interface IModelElement
void setAbstract(int $abstract)
int getAbstract()
void setBlock(java.lang.String[] block)
java.lang.String[] getBlock()
void setDefault(java.lang.String $default)
java.lang.String getDefault()
void setFinal(java.lang.String[] $final)
java.lang.String[] getFinal()
void setFixed(java.lang.String fixed)
java.lang.String getFixed()
void setForm(int form)
int getForm()
void setXsdId(java.lang.String xsdId)
java.lang.String getXsdId()
void setMaxOccurs(int maxOccurs)
int getMaxOccurs()
void setMinOccurs(int minOccurs)
int getMinOccurs()
void setNullable(int nullable)
int getNullable()
void setRef(IModelElement ref)
IModelElement getRef()
void setSubstitutionGroup(IXSDElement substitutionGroup)
IXSDElement getSubstitutionGroup()
void setType(IModelElement type)
IModelElement getType()