public class Tld extends Object
Constructor and Description |
---|
Tld() |
Modifier and Type | Method and Description |
---|---|
String |
getFilename() |
ELFunction[] |
getFunctions()
Returns the functions.
|
String |
getInfo()
Getter for
info . |
String |
getName()
Returns the shortname for this library.
|
String |
getShortname()
Getter for
shortname . |
TagFile[] |
getTagfiles()
Returns the tagfiles.
|
Tag[] |
getTags()
Returnss the list of tags in this tag library.
|
String |
getTlibversion()
Getter for
tlibversion . |
String |
getUri()
Getter for
uri . |
void |
setFilename(String file) |
void |
setFunctions(ELFunction[] functions)
Sets the functions.
|
void |
setInfo(String info)
Setter for
info . |
void |
setName(String tagLibName)
Sets the shortname for this library.
|
void |
setShortname(String shortname)
Setter for
shortname . |
void |
setTagfiles(TagFile[] tagfiles)
Sets the tagfiles.
|
void |
setTags(Tag[] tagList)
Sets the list of tags in this tag library.
|
void |
setTlibversion(String tlibversion)
Setter for
tlibversion . |
void |
setUri(String uri)
Setter for
uri . |
String |
toString() |
public String getFilename()
public void setFilename(String file)
file
- The filename to set.public String getName()
public void setName(String tagLibName)
tagLibName
- shortname for this tag library.public Tag[] getTags()
public String getUri()
uri
.public void setUri(String uri)
uri
.uri
- The uri to set.public void setTags(Tag[] tagList)
tagList
- list of tags in this tag librarypublic String toString()
toString
in class Object
Object.toString()
public String getShortname()
shortname
.public void setShortname(String shortname)
shortname
.shortname
- The shortname to set.public String getInfo()
info
.public void setInfo(String info)
info
.info
- The info to set.public String getTlibversion()
tlibversion
.public void setTlibversion(String tlibversion)
tlibversion
.tlibversion
- The tlibversion to set.public ELFunction[] getFunctions()
public void setFunctions(ELFunction[] functions)
functions
- the functions to setpublic TagFile[] getTagfiles()
public void setTagfiles(TagFile[] tagfiles)
tagfiles
- the tagfiles to setCopyright © 2004–2022 Web-Legacy. All rights reserved.