Class SysMLProfile.VerdictKindEnumeration

  • Enclosing class:
    SysMLProfile

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

      Fields 
      Modifier and Type Field Description
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral error  
      static java.lang.String ERROR  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral fail  
      static java.lang.String FAIL  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral inconclusive  
      static java.lang.String INCONCLUSIVE  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral pass  
      static java.lang.String PASS  
    • Field Detail

      • pass

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral pass
      • fail

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral fail
      • inconclusive

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral inconclusive
      • error

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

      • VerdictKindEnumeration

        private VerdictKindEnumeration​(SysMLProfile profile)
    • Method Detail

      • getEnumeration

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getPassEnumerationLiteral()
      • getFailEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getFailEnumerationLiteral()
      • getInconclusiveEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getInconclusiveEnumerationLiteral()
      • getErrorEnumerationLiteral

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

        protected void clear()