|
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.LyFieldInfoImport
public class LyFieldInfoImport
Container for import information.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
LyClassInfo |
getClassInfo()
Returns the import class. |
LyFieldInfo |
getFieldInfo()
Returns the imported field. |
LyFilter |
getFilter()
Returns the filter applied on objects used for the import. |
java.lang.Object |
getImportValue(LyFieldInfo fieldInfo,
LyRelationValue relationValue)
Utility method to compute import value for a fieldInfo from a relation value. |
LyRelationFieldInfo |
getRelation()
Returns the relation from which the value is imported. |
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 |
Field Detail |
---|
public static final java.lang.String __VERSION
Method Detail |
---|
public LyRelationFieldInfo getRelation()
public LyClassInfo getClassInfo()
public LyFilter getFilter()
public LyFieldInfo getFieldInfo()
public java.lang.Object getImportValue(LyFieldInfo fieldInfo, LyRelationValue relationValue)
fieldInfo
- Field info for which an imported value is requested.relationValue
- Value from which the import is done. The relation of this relation
value must match the one if this import.
java.lang.IllegalArgumentException
- If the given field info doesn't have this import as field
import.
java.lang.IllegalArgumentException
- If the relation specified for the import doesn't
correspond to the one of the given relation value.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |