|
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
public abstract class LyTag
This class implements a simple object built when parsing the leonardi model.
Nested Class Summary | |
---|---|
static class |
LyTag.Model
List of all models. |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Implementation of the Cloneable interface. |
LyApplication |
getApplication()
Accessor for the application to which the info belongs. |
java.lang.String |
getCommentsEnd()
Accessor to Stored comments after the tag (comments at END). |
java.lang.String |
getCommentsStart()
Accessor to Stored comments before the tag (comments at Start). |
LyEnvironment |
getEnvironment()
To get the current environment when using the info. |
java.lang.String |
getId()
Accessor for the id of the info. |
LyTag.Model |
getModelType()
Gets model type that defines this info. |
LyInfo |
getParent()
Gets parent of this info. |
LyProject |
getRootProject()
Gets project to which this info belongs to. |
boolean |
hasAncestor(LyInfo parent)
Checks if this info has given parent as ancestor. |
boolean |
isExtern()
Checks if an info is declared as extern or not (comes from the include of an extern model). |
void |
setCommentsEnd(java.lang.String comments)
Store comments after the tag (comments at END). |
void |
setCommentsStart(java.lang.String comments)
Store comments before the tag (comments at Start). |
boolean |
wasCloned()
Checks if this tag was created by clone method (used by AC). |
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 java.lang.String getId()
public LyApplication getApplication()
public final LyInfo getParent()
public final boolean hasAncestor(LyInfo parent)
parent
- Parent that is checked as ancestor.
public final LyTag.Model getModelType()
public final LyProject getRootProject()
public final LyEnvironment getEnvironment()
public final boolean isExtern()
public final void setCommentsStart(java.lang.String comments)
comments
- comments to storepublic final void setCommentsEnd(java.lang.String comments)
comments
- comments to storepublic final java.lang.String getCommentsStart()
public final java.lang.String getCommentsEnd()
public final boolean wasCloned()
public java.lang.Object clone()
clone
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 |