Interface CLAssocClass

    • Method Detail

      • getOwnedAttributeNotAssocEnd

        <T extends CLProperty> java.util.List<T> getOwnedAttributeNotAssocEnd​(java.lang.Class<T> returnType,
                                                                              K_CONTROL_OPTION... behaviourFlags)
                                                                       throws InoNetException,
                                                                              SrvErrorException
        The attributes (i.e. the properties) owned by the class which are not roles of the association.
        Parameters:
        returnType - Specifies the type of elements to be returned.
        behaviourFlags - An optional list of enum values to control the behaviour of the command.
        Throws:
        InoNetException
        SrvErrorException
        Sorted:
        the result may sorted.
      • getOwnedAttributeNotAssocEnd

        <T extends CLProperty> java.util.List<T> getOwnedAttributeNotAssocEnd​(java.lang.Class<T> returnType,
                                                                              MMStereotype stereotype,
                                                                              K_CONTROL_OPTION... behaviourFlags)
                                                                       throws InoNetException,
                                                                              SrvErrorException
        The method calls getOwnedAttributeNotAssocEnd and filters its return values according to the given stereotype value.
        Parameters:
        returnType - Specifies the type of elements to be returned.
        stereotype - The stereotype used to filter the result list
        behaviourFlags - An optional list of enum values to control the behaviour of the command.
        Throws:
        InoNetException
        SrvErrorException