|
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.LyParameter
public class LyParameter
This class is used to store parameter on action and generic location A parameter is composed of a name and a value.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyParameter(java.lang.String name)
Constructor. |
|
LyParameter(java.lang.String name,
java.lang.Object value)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
compare two parameters by value. |
LyChartInfo |
getChartInfoValue()
Gets value as chartInfo. |
LyClassInfo |
getClassInfoValue()
Gets value as classInfo. |
LyFilter |
getFilterValue()
Gets value as Filter. |
LyInfo |
getInfoValue()
Gets value as Info. |
java.lang.String |
getName()
Accessor for type. |
LySort |
getSortValue()
Gets value as Sort. |
java.lang.Object |
getValue()
Accessor for key. |
void |
setValue(java.lang.Object value)
Sets value. |
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 |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyParameter(java.lang.String name)
public LyParameter(java.lang.String name, java.lang.Object value)
Method Detail |
---|
public java.lang.String getName()
public java.lang.Object getValue()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- object to compare to
public void setValue(java.lang.Object value)
public LyInfo getInfoValue()
public LySort getSortValue()
public LyFilter getFilterValue()
public LyClassInfo getClassInfoValue()
public LyChartInfo getChartInfoValue()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |