Class MDCustomizationForRequirements.NumberingStyleEnumeration

  • Enclosing class:
    MDCustomizationForRequirements

    private static class MDCustomizationForRequirements.NumberingStyleEnumeration
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral nested  
      static java.lang.String NESTED  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral normal  
      static java.lang.String NORMAL  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clear()  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Enumeration getEnumeration()  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getNestedEnumerationLiteral()  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getNormalEnumerationLiteral()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nested

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral nested
      • normal

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

      • getEnumeration

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getNestedEnumerationLiteral()
      • getNormalEnumerationLiteral

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

        protected void clear()