Class SysMLProfile.FlowDirectionKindEnumeration

  • Enclosing class:
    SysMLProfile

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

      Fields 
      Modifier and Type Field Description
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral in  
      static java.lang.String IN  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral inout  
      static java.lang.String INOUT  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral out  
      static java.lang.String OUT  
    • 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 getInEnumerationLiteral()  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getInoutEnumerationLiteral()  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getOutEnumerationLiteral()  
      • Methods inherited from class java.lang.Object

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

      • in

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral in
      • out

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral out
      • inout

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

      • FlowDirectionKindEnumeration

        private FlowDirectionKindEnumeration​(SysMLProfile profile)
    • Method Detail

      • getEnumeration

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getInEnumerationLiteral()
      • getOutEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getOutEnumerationLiteral()
      • getInoutEnumerationLiteral

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

        protected void clear()