Interface IUMLClass
diagram | |
hierarchy | |
typedElements | |
Operation IUMLClass::CodeFileNameCount
parameter | name | direction | type | type modifier | multiplicity | default | return | return | int | | | |
|
Operation IUMLClass::EraseCodeFileNameAt
parameter | name | direction | type | type modifier | multiplicity | default | nIdx | in | int | | | | return | return | void | | | |
|
Operation IUMLClass::GetCodeFileName
parameter | name | direction | type | type modifier | multiplicity | default | nIdx | in | int | | | | return | return | string | | | |
|
Operation IUMLClass::GetCodeFilePath
parameter | name | direction | type | type modifier | multiplicity | default | nIdx | in | int | | | | return | return | string | | | |
|
documentation | get the full code file path |
Operation IUMLClass::InsertCodeFileNameAt
parameter | name | direction | type | type modifier | multiplicity | default | nIdx | in | int | | | | strNewVal | in | string | | | | return | return | void | | | |
|
Operation IUMLClass::InsertNestedClassifierAt
parameter | name | direction | type | type modifier | multiplicity | default | nIdx | in | int | | | | strKind | in | string | | | | return | return | IUMLClassifier | | | |
|
Operation IUMLClass::InsertOwnedOperationAt
parameter | name | direction | type | type modifier | multiplicity | default | nIdx | in | int | | | | return | return | IUMLOperation | | | |
|
Operation IUMLClass::InsertOwnedReceptionAt
parameter | name | direction | type | type modifier | multiplicity | default | nIdx | in | int | | | | return | return | IUMLReception | | | |
|
Operation IUMLClass::IsActive
parameter | name | direction | type | type modifier | multiplicity | default | return | return | bool | | | |
|
Operation IUMLClass::NestedClassifiers
parameter | name | direction | type | type modifier | multiplicity | default | return | return | IUMLDataList | | | |
|
documentation | A list of elements of type IUMLClassifier. |
Operation IUMLClass::OwnedOperations
parameter | name | direction | type | type modifier | multiplicity | default | return | return | IUMLDataList | | | |
|
documentation | A list of elements of type IUMLOperation. |
Operation IUMLClass::OwnedReceptions
parameter | name | direction | type | type modifier | multiplicity | default | return | return | IUMLDataList | | | |
|
Operation IUMLClass::SetCodeFileName
parameter | name | direction | type | type modifier | multiplicity | default | nIdx | in | int | | | | strNewVal | in | string | | | | return | return | void | | | |
|
Operation IUMLClass::SuperClasses
parameter | name | direction | type | type modifier | multiplicity | default | return | return | IUMLDataList | | | |
|
documentation | A list of elements of type IUMLClass. |
Operation IUMLClass::WasUsedForCodeSynchronization
parameter | name | direction | type | type modifier | multiplicity | default | return | return | bool | | | |
|