La enumeración ObjectType identifica los tipos de objetos de Enterprise Architect aun cuando se los referencia a través de una interfaz de despacho.
Por ejemplo:
Object ob = Repository.GetElementByID(13);
if ( ob.ObjectType == otElement )
;
else if( ob.ObjectType == otAuthor )
...
Los siguientes son valores de enumeración válidos:
otNone
otProject
otRepository
otCollection
otElement
otPackage
otModel
otConnector
otDiagram
otRequirement
otScenario
otConstraint
otTaggedValue
otFile
otEffort
otMetric
otIssue
otRisk
otTest
otDiagramObject
otDiagramLink
otResource
otConnectorEnd
otAttribute
otMethod
otParameter
|
otClient
otAuthor
otDatatype
otStereotype
otTaskotTerm
otProjectIssues
otAttributeConstraint
otAttributeTag
otMethodConstraint
otMethodTag
otConnectorConstraint
otConnectorTag
otProjectResource
otReference
otRoleTag
otCustomProperty
otPartition
otTransition
otEventProperty
otEventProperties
otPropertyType
otProperties
otProperty
otSwimlaneDef
otSwimlanes
otSwimlane
|
|