com.sculley.jim.swjava
Class AttributeDef
java.lang.Object
|
+--com.sculley.jim.swjava.peer.CppPeer
|
+--com.sculley.jim.swjava.AttributeDef
- public class AttributeDef
- extends CppPeer
Insert the type's description here.
Creation date: (2/17/00 11:39:08 AM)
|
Constructor Summary |
AttributeDef(long ptr)
AttributeDef constructor comment. |
|
Method Summary |
boolean |
addParameter(java.lang.String name,
long type,
double defaultValue)
Insert the method's description here. |
Attribute |
createInstance(ModelDoc ownerDoc,
Entity ownerEntity,
java.lang.String name,
long options)
Insert the method's description here. |
boolean |
register()
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 |
AttributeDef
public AttributeDef(long ptr)
throws java.lang.IllegalArgumentException
- AttributeDef constructor comment.
- Parameters:
ptr - long- Throws:
- java.lang.IllegalArgumentException - The exception description.
addParameter
public boolean addParameter(java.lang.String name,
long type,
double defaultValue)
- Insert the method's description here.
Creation date: (2/17/00 11:42:32 AM)
- Parameters:
name - java.lang.Stringtype - longdefaultValue - double- Returns:
- boolean
createInstance
public Attribute createInstance(ModelDoc ownerDoc,
Entity ownerEntity,
java.lang.String name,
long options)
- Insert the method's description here.
Creation date: (2/17/00 11:51:20 AM)
- Parameters:
ownerDoc - com.sculley.jim.swjava.ModelDocownerEntity - com.sculley.jim.swjava.Entityname - java.lang.Stringoptions - long- Returns:
- com.sculley.jim.swjava.Attribute
register
public boolean register()
- Insert the method's description here.
Creation date: (2/17/00 11:54:44 AM)
- Returns:
- boolean