|
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.LyInfo
leon.info.LyObjectInfo
leon.info.LyFieldInfo
leon.info.LyRelationFieldInfo
leon.info.LyStructFieldInfo
public final class LyStructFieldInfo
This class implements the description of struct field info.
LyRelationFieldInfo
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyRelationFieldInfo |
---|
LyRelationFieldInfo.Direction, LyRelationFieldInfo.ShowAs, LyRelationFieldInfo.Type |
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from class leon.info.LyObjectInfo |
---|
NULL, PART_ALL, PART_BIND, PART_DATA, PART_GUI, PART_LABEL |
Method Summary | |
---|---|
int |
deepCompare(java.lang.Object value1,
java.lang.Object value2,
java.util.BitSet modifiers)
Compares two objects for this fieldInfo. |
boolean |
deepEquals(java.lang.Object value1,
java.lang.Object value2,
java.util.BitSet modifiers)
Compares two objects for this fieldInfo. |
LyInfoCache |
getCachePolicy()
Gets cache policy from the associated class info. |
java.lang.String |
getClassBehaviorClassName()
Gets behavior from the associated class info. |
LyClassBinding |
getClassBinding()
Gets binding from the associated class info. |
LyClassInfo |
getClassInfo()
Gets class info corresponding to this struct. |
java.lang.String |
getClassName()
Gets java name of the associated class. |
LyStructFieldInfo |
getExtendedStruct()
Returns the struct that is extended by this struct. |
LyInfoList<LyFieldInfo> |
getFieldInfos()
Gets list of field infos of this struct. |
LyObject |
getParent(LyObject object)
Get parent of the given object. |
LyInfoDataList<LyClassInfo,LyFieldInfo> |
getParentClasses()
Gets list of parent classes. |
java.util.Vector<java.lang.Object> |
getParentInfos(LyObject object)
Gets parent informations for the specified struct object. |
LyInfoList<LyRule> |
getRules()
Gets rules from the associated class info. |
LyClassInfo |
getStructClassInfo()
Gets parent class info corresponding to this struct. |
boolean |
isAbstract()
Checks if the class corresponding to this struct is abstract. |
void |
replaceClassInfos(LyInfoList<LyClassInfo> classInfos)
Replace the classInfos pointed by the structField. |
void |
setApplication(LyApplication application)
Sets the application for this info. |
Methods inherited from class leon.info.LyObjectInfo |
---|
clone, getAlias, getData, getDataList, getDatas, getFilePrefix, getGroup, getInternalAlias, getInternalFilePrefix, getInternalName, getMarks, getName, getTemplate, getTip, getUserData, hasMark, hasMarks, hasTemplate, isTemplate, putData, putData, removeData, toName |
Methods inherited from class leon.info.LyInfo |
---|
getApplication, getFile, getId, getInclude, isIncluded, isInternal, isInternal, isLoaded, isLocked, load, setFile, toString |
Methods inherited from class leon.info.LyTag |
---|
getCommentsEnd, getCommentsStart, getEnvironment, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface leon.data.LyField |
---|
getId |
Methods inherited from interface leon.parser.LyCommentInterface |
---|
getCommentsEnd, getCommentsStart, setCommentsEnd, setCommentsStart |
Field Detail |
---|
public static final java.lang.String __VERSION
Method Detail |
---|
public void setApplication(LyApplication application)
setApplication
in class LyInfo
application
- The application to which the info belongs.
java.lang.IllegalStateException
- If the info already belongs to an application.public LyClassInfo getStructClassInfo()
public boolean isAbstract()
isAbstract
in class LyRelationFieldInfo
public java.lang.String getClassName()
public LyInfoList<LyRule> getRules()
public LyInfoCache getCachePolicy()
public LyClassBinding getClassBinding()
public java.lang.String getClassBehaviorClassName()
public LyInfoList<LyFieldInfo> getFieldInfos()
public LyStructFieldInfo getExtendedStruct()
public LyClassInfo getClassInfo()
public boolean deepEquals(java.lang.Object value1, java.lang.Object value2, java.util.BitSet modifiers)
public int deepCompare(java.lang.Object value1, java.lang.Object value2, java.util.BitSet modifiers)
public void replaceClassInfos(LyInfoList<LyClassInfo> classInfos)
classInfos
- The new pointed classInfos.public java.util.Vector<java.lang.Object> getParentInfos(LyObject object)
object
- The specified struct object.
public LyObject getParent(LyObject object)
public LyInfoDataList<LyClassInfo,LyFieldInfo> getParentClasses()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |