Class SysMLProfile.FeatureDirectionKindEnumeration

  • Enclosing class:
    SysMLProfile

    private static class SysMLProfile.FeatureDirectionKindEnumeration
    extends java.lang.Object
    • Field Detail

      • PROVIDEDREQUIRED

        public static final java.lang.String PROVIDEDREQUIRED
        See Also:
        Constant Field Values
      • provided

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral provided
      • required

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral required
      • providedRequired

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

      • FeatureDirectionKindEnumeration

        private FeatureDirectionKindEnumeration​(SysMLProfile profile)
    • Method Detail

      • getEnumeration

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getProvidedEnumerationLiteral()
      • getRequiredEnumerationLiteral

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.EnumerationLiteral getRequiredEnumerationLiteral()
      • getProvidedRequiredEnumerationLiteral

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

        protected void clear()