|
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.LyActionResource
public class LyActionResource
This class is used to store resource on action A resource is composed of a key (equivalent to a key in a properties file) a type (RESOURCE, STRING, MESSAGE, COLOR, FONT, FILE, IMAGE) 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 | |
---|---|
LyActionResource(LyEnvironment.ResourceType type,
java.lang.String key,
java.lang.String value)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object resource)
Check if this resource is equal to the given one. |
java.lang.String |
getKey()
Accessor for key. |
LyEnvironment.ResourceType |
getType()
Accessor for type. |
java.lang.String |
getValue()
Accessor for value. |
java.lang.String |
toString()
Return a string corresponding to this resource. |
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, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyActionResource(LyEnvironment.ResourceType type, java.lang.String key, java.lang.String value)
Method Detail |
---|
public LyEnvironment.ResourceType getType()
public java.lang.String getKey()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object resource)
equals
in class java.lang.Object
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |