Example #1
0
 public void RemoveDataType(IUmlDataType dataType)
 {
     RemoveEaUmlClassifier((EaUmlClassifier)dataType);
 }
Example #2
0
 public IUmlDataType UpdateDataType(IUmlDataType dataType, UmlDataTypeSpec spec)
 {
     UpdateEaUmlClassifier((EaUmlClassifier)dataType, spec);
     return(dataType);
 }
Example #3
0
 public UpccPrim(IUmlDataType umlDataType)
 {
     UmlDataType = umlDataType;
 }
 public UpccIdScheme(IUmlDataType umlDataType)
 {
     UmlDataType = umlDataType;
 }
 public UpccPrim(IUmlDataType umlDataType) : base(umlDataType)
 {
 }
 public UpccIdScheme(IUmlDataType umlDataType) : base(umlDataType)
 {
 }