Interface DataType

    • Method Detail

      • getOwnedAttribute

        java.util.List<Property> getOwnedAttribute()
        Returns the value of the 'Owned Attribute' containment reference list. The list contents are of type Property. It is bidirectional and its opposite is 'Datatype'. The attributes owned by the DataType.
        Returns:
        the value of the 'Owned Attribute' containment reference list.
        See Also:
        UMLPackage.getDataType_OwnedAttribute(), Property.getDatatype()
        Model:
        opposite="datatype" containment="true" resolveProxies="true"
        Generated:
      • getOwnedOperation

        java.util.List<Operation> getOwnedOperation()
        Returns the value of the 'Owned Operation' containment reference list. The list contents are of type Operation. It is bidirectional and its opposite is 'Datatype'. The Operations owned by the DataType.
        Returns:
        the value of the 'Owned Operation' containment reference list.
        See Also:
        UMLPackage.getDataType_OwnedOperation(), Operation.getDatatype()
        Model:
        opposite="datatype" containment="true" resolveProxies="true"
        Generated:
      • hasOwnedAttribute

        boolean hasOwnedAttribute()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedOperation

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