|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsCodeTemplateType
com.lapetus_ltd.api.xml.types.TLptsCodeTemplateType
public class TLptsCodeTemplateType
Class Description : This class is derived from the XSD generated Code Template Type.
Field Summary |
---|
Fields inherited from class com.lapetus_ltd._2009.xml.types.XLptsCodeTemplateType |
---|
entry, id, name |
Constructor Summary | |
---|---|
TLptsCodeTemplateType(java.lang.String name)
This constructor initiates the template type. |
Method Summary | |
---|---|
void |
addEntry(XLptsCodeEntryType codeEntryType)
Adds an entry to the code template. |
void |
removeEntry(XLptsCodeEntryType codeEntryType)
Removes an entry from the code template. |
Methods inherited from class com.lapetus_ltd._2009.xml.types.XLptsCodeTemplateType |
---|
getEntry, getId, getName, setId, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TLptsCodeTemplateType(java.lang.String name)
This constructor initiates the template type.
Thread Safe : Yes
Spawns its own Thread : No
May Return NULL : Never.
Notes :
Example :
TLptsCodeTemplateType ct = new TLptsCodeTemplateType("JUT Code Template");
Method Detail |
---|
public void addEntry(XLptsCodeEntryType codeEntryType)
Adds an entry to the code template.
Thread Safe : Yes
Spawns its own Thread : No
May Return NULL : N/A
Notes :
Example :
XLptsCodeEntryType ce = new XLptsCodeEntryType(); ce.setUniqueTitle("Name"); ce.setCode("Code to be included"); addEntry(ce);
public void removeEntry(XLptsCodeEntryType codeEntryType)
Removes an entry from the code template.
Thread Safe : Yes
Spawns its own Thread : No
May Return NULL : N/A.
Notes :
Example :
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |