Class SysMLProfile.VerificationMethodKindEnumeration

  • Enclosing class:
    SysMLProfile

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

      Fields 
      Modifier and Type Field Description
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral analysis  
      static java.lang.String ANALYSIS  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral demonstration  
      static java.lang.String DEMONSTRATION  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral inspection  
      static java.lang.String INSPECTION  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral test  
      static java.lang.String TEST  
    • Field Detail

      • analysis

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral analysis
      • demonstration

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral demonstration
      • inspection

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral inspection
      • test

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

      • VerificationMethodKindEnumeration

        private VerificationMethodKindEnumeration​(SysMLProfile profile)
    • Method Detail

      • getEnumeration

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getAnalysisEnumerationLiteral()
      • getDemonstrationEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getDemonstrationEnumerationLiteral()
      • getInspectionEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getInspectionEnumerationLiteral()
      • getTestEnumerationLiteral

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

        protected void clear()