Class MDCustomizationForSysMLProfile.SourceKindEnumeration

  • Enclosing class:
    MDCustomizationForSysMLProfile

    private static class MDCustomizationForSysMLProfile.SourceKindEnumeration
    extends java.lang.Object
    This enumeration is in package outside the profile. So it was temporary copied into profile to generate the code bellow
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral excel  
      static java.lang.String EXCEL  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral subtypes  
      static java.lang.String SUBTYPES  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral table  
      static java.lang.String TABLE  
    • Field Detail

      • table

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral table
      • excel

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral excel
      • subtypes

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral subtypes
    • Method Detail

      • getEnumeration

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Enumeration getEnumeration()
      • getTableEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getTableEnumerationLiteral()
      • getExcelEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getExcelEnumerationLiteral()
      • getSubtypesEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getSubtypesEnumerationLiteral()
      • clear

        protected void clear()