com.sculley.jim.swjava
Class Attribute

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

public class Attribute
extends CppPeer

Insert the type's description here. Creation date: (2/15/00 9:34:42 PM)


Constructor Summary
Attribute(long ptr)
          Attribute constructor comment.
 
Method Summary
 boolean entityHasState(long state)
          Insert the method's description here.
 AttributeDef getDefinition()
          Insert the method's description here.
 Entity getEntity()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 Parameter getParameter(java.lang.String name)
          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

Attribute

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

entityHasState

public boolean entityHasState(long state)
Insert the method's description here. Creation date: (2/15/00 9:41:00 PM)
Parameters:
state - long
Returns:
boolean

getDefinition

public AttributeDef getDefinition()
Insert the method's description here. Creation date: (2/15/00 9:37:02 PM)
Returns:
com.sculley.jim.swjava.AttributeDef

getEntity

public Entity getEntity()
Insert the method's description here. Creation date: (2/15/00 9:37:02 PM)
Returns:
com.sculley.jim.swjava.Entity

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (2/15/00 9:42:24 PM)
Returns:
java.lang.String

getParameter

public Parameter getParameter(java.lang.String name)
Insert the method's description here. Creation date: (2/15/00 9:37:02 PM)
Returns:
com.sculley.jim.swjava.Parameter