Class SysMLProfile.ControlValueKindEnumeration

  • Enclosing class:
    SysMLProfile

    private static class SysMLProfile.ControlValueKindEnumeration
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral disable  
      static java.lang.String DISABLE  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral enable  
      static java.lang.String ENABLE  
    • Method Summary

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

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

      • disable

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral disable
      • enable

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral enable
    • Constructor Detail

      • ControlValueKindEnumeration

        private ControlValueKindEnumeration​(SysMLProfile profile)
    • Method Detail

      • getEnumeration

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getDisableEnumerationLiteral()
      • getEnableEnumerationLiteral

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

        protected void clear()