|
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 |
public interface LyExtraInfoInterface
Interface used to compare two objects with a sort criterion.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
boolean |
deleteFile()
Method for deleting extra info file. |
void |
free()
Method for freeing extra info (and sub-infos). |
java.lang.String |
getFile()
Accessor to the file of this info. |
java.lang.String |
getUser()
Get owner of this extra info. |
boolean |
saveFile(LyXmlWriterInterface writer)
Method for saving extra info file. |
void |
setFile(java.lang.String file)
Accessor to the file of this info. |
void |
writeXml(java.io.PrintWriter pw)
Method to rewrite XML corresponding to this component. |
void |
writeXml(java.io.PrintWriter pw,
boolean header,
boolean body)
Method to rewrite XML corresponding to this component. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
java.lang.String getFile()
void setFile(java.lang.String file)
the
- file of this infojava.lang.String getUser()
boolean saveFile(LyXmlWriterInterface writer)
boolean deleteFile()
void free()
void writeXml(java.io.PrintWriter pw)
pw
- the printWriter on which the XML is written.void writeXml(java.io.PrintWriter pw, boolean header, boolean body)
pw
- The printWriter on which the XML is written.header
- Boolean indicating if header must be written.header
- Boolean indicating if body must be written.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |