Class SysMLProfile.RiskKindEnumeration

  • Enclosing class:
    SysMLProfile

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

      Fields 
      Modifier and Type Field Description
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral high  
      static java.lang.String HIGH  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral low  
      static java.lang.String LOW  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral medium  
      static java.lang.String MEDIUM  
    • Field Detail

      • high

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral high
      • medium

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral medium
      • low

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

      • RiskKindEnumeration

        private RiskKindEnumeration​(SysMLProfile profile)
    • Method Detail

      • getEnumeration

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getHighEnumerationLiteral()
      • getMediumEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getMediumEnumerationLiteral()
      • getLowEnumerationLiteral

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

        protected void clear()