org.infolayer.model
Class BinaryImpl

java.lang.Object
  extended byorg.infolayer.model.BinaryImpl
All Implemented Interfaces:
Binary
Direct Known Subclasses:
FileBinary

public abstract class BinaryImpl
extends java.lang.Object
implements Binary


Field Summary
 
Fields inherited from interface org.infolayer.model.Binary
NULL
 
Method Summary
 boolean isOwnedBy(UmlObject object, UmlProperty part)
          Allows detection of 'self-assignments'
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infolayer.model.Binary
getInputStream, getSize, length
 

Method Detail

isOwnedBy

public boolean isOwnedBy(UmlObject object,
                         UmlProperty part)
Description copied from interface: Binary
Allows detection of 'self-assignments'

Specified by:
isOwnedBy in interface Binary