Interface StructuralFeature

    • Method Detail

      • isReadOnly

        boolean isReadOnly()
        Returns the value of the 'Read Only' attribute. The default value is "false". If isReadOnly is true, the StructuralFeature may not be written to after initialization.
        Returns:
        the value of the 'Read Only' attribute.
        See Also:
        setReadOnly(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getStructuralFeature_ReadOnly()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setReadOnly

        void setReadOnly​(boolean value)
        Sets the value of the 'Read Only' attribute.
        Parameters:
        value - the new value of the 'Read Only' attribute.
        See Also:
        isReadOnly()
        Generated:
      • get_slotOfDefiningFeature

        java.util.Collection<Slot> get_slotOfDefiningFeature()
        Returns the value of the 'slot Of Defining Feature' reference list. The list contents are of type Slot. It is bidirectional and its opposite is 'Defining Feature'.

        If the meaning of the 'slot Of Defining Feature' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'slot Of Defining Feature' reference list.
        See Also:
        UMLPackage.getStructuralFeature__slotOfDefiningFeature(), Slot.getDefiningFeature()
        Model:
        opposite="definingFeature" ordered="false"
        Generated:
      • has_structuralFeatureActionOfStructuralFeature

        boolean has_structuralFeatureActionOfStructuralFeature()
                                                        throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_slotOfDefiningFeature

        boolean has_slotOfDefiningFeature()
                                   throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated: