com.sculley.jim.swjava
Class Entity

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.Entity

public class Entity
extends CppPeer


Constructor Summary
Entity(long ptr)
          Entity constructor comment.
 
Method Summary
 Attribute findAttribute(AttributeDef attribDef, long index)
          Insert the method's description here.
 Component getComponent()
          Insert the method's description here.
 java.lang.Class getType()
          Insert the method's description here.
 boolean selectAndAppend()
          Insert the method's description here.
 boolean selectAndAppendByMark(long mark)
          Insert the method's description here.
 boolean selectAndReplace()
          Insert the method's description here.
 boolean selectAndReplaceByMark(long mark)
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.peer.CppPeer
getPtr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entity

public Entity(long ptr)
       throws java.lang.IllegalArgumentException
Entity constructor comment.
Parameters:
ptr - long
Throws:
java.lang.IllegalArgumentException - The exception description.
Method Detail

findAttribute

public Attribute findAttribute(AttributeDef attribDef,
                               long index)
Insert the method's description here. Creation date: (3/14/00 8:24:54 PM)
Parameters:
attribDef - com.sculley.jim.swjava.AttributeDef
index - long
Returns:
com.sculley.jim.swjava.Attribute

getComponent

public Component getComponent()
Insert the method's description here. Creation date: (3/14/00 8:27:55 PM)
Returns:
com.sculley.jim.swjava.Component

getType

public java.lang.Class getType()
Insert the method's description here. Creation date: (3/14/00 8:30:30 PM)
Returns:
java.lang.Class

selectAndAppend

public boolean selectAndAppend()
Insert the method's description here. Creation date: (3/14/00 8:38:59 PM)
Returns:
boolean

selectAndAppendByMark

public boolean selectAndAppendByMark(long mark)
Insert the method's description here. Creation date: (3/14/00 8:38:59 PM)
Parameters:
mark - long
Returns:
boolean

selectAndReplace

public boolean selectAndReplace()
Insert the method's description here. Creation date: (3/14/00 8:38:59 PM)
Returns:
boolean

selectAndReplaceByMark

public boolean selectAndReplaceByMark(long mark)
Insert the method's description here. Creation date: (3/14/00 8:38:59 PM)
Parameters:
mark - long
Returns:
boolean