|
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.info.LyTag
leon.info.misc.LyJavaName
public class LyJavaName
This class describes a java Class used by an application.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary |
---|
Fields inherited from class leon.info.LyTag |
---|
__VERSION |
Constructor Summary | |
---|---|
LyJavaName()
Default constructor. |
|
LyJavaName(LyInfo info,
java.lang.String javaName)
The constructor: store the id. |
|
LyJavaName(LyInfo info,
java.lang.String javaName,
boolean external)
The constructor: store the javaName and extern property. |
Method Summary | |
---|---|
java.lang.Class<?> |
getJavaClass()
This method enables to find a class whose name matches the java name. |
java.lang.String |
getJavaName()
Gives the internal identifier. |
boolean |
isExternal()
Indicates if Java is external or not. |
boolean |
isGeneric()
Checks if the associated java class is generic or not. |
static boolean |
isGeneric(java.lang.String javaName)
Checks if the given java class is generic or not. |
Methods inherited from class leon.info.LyTag |
---|
clone, getApplication, getCommentsEnd, getCommentsStart, getEnvironment, getId, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LyJavaName()
public LyJavaName(LyInfo info, java.lang.String javaName)
public LyJavaName(LyInfo info, java.lang.String javaName, boolean external)
Method Detail |
---|
public static boolean isGeneric(java.lang.String javaName)
public java.lang.String getJavaName()
public boolean isExternal()
public java.lang.Class<?> getJavaClass()
public boolean isGeneric()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |