|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.peer.LyPeerClass
leon.peer.java.LyJavaClass
public class LyJavaClass
This class is the implementation of the interface LyClass for Java data classes.
LyClass
,
LyAttributeField
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from class leon.peer.LyPeerClass |
---|
VALUE_NOT_LOADED |
Constructor Summary | |
---|---|
LyJavaClass()
empty constructor. |
|
LyJavaClass(java.lang.String id,
java.lang.String javaClassName)
Default constructor. |
Method Summary | |
---|---|
java.lang.Object |
newInstance()
Creates a new instance of this class. |
void |
rehash(java.lang.Object object)
Recompute the object id of the specified object. |
void |
setName(java.lang.String name)
Sets name of the class. |
Methods inherited from class leon.peer.LyPeerClass |
---|
addField, addIdField, copy, dump, getDataSource, getField, getField, getFieldCount, getFields, getId, getIdFields, getIndex, getName, getObjectClass, getObjectId, getObjectIdNoCache, getValue, getValues, removeField, setDataSource, setId, setValue, toString, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyJavaClass()
public LyJavaClass(java.lang.String id, java.lang.String javaClassName)
Method Detail |
---|
public void setName(java.lang.String name)
setName
in class LyPeerClass
name
- Name of the class.
java.lang.IllegalStateException
- If the class has already a name.public java.lang.Object newInstance() throws java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.InstantiationException
- If an application tries to instantiate an abstract class or
an interface, or if the instantiation fails for some other
reason.
java.lang.IllegalAccessException
- If the class or initializer is not accessible.public void rehash(java.lang.Object object)
object
- object to rehash
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |