|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.FieldTypeParameters
public class FieldTypeParameters
Constructor Summary | |
---|---|
FieldTypeParameters()
|
|
FieldTypeParameters(java.lang.String guiType,
java.lang.String javaType,
org.jdom.Element e)
|
Method Summary | |
---|---|
int |
getCols()
Get the value of cols. |
org.jdom.Element |
getElt()
|
java.lang.String |
getFilter()
Get the value of filter. |
java.lang.String |
getJavaType()
Get the value of javaType. |
java.lang.String |
getLabel()
Get the value of label. |
java.lang.String |
getLayout()
Get the value of layout. |
int |
getLength()
Get the value of length. |
org.jdom.Namespace |
getNs()
Get the value of ns. |
java.lang.String |
getQuery()
Get the value of query. |
int |
getRows()
Get the value of rows. |
java.lang.String |
getText()
Get the value of text. |
java.lang.String |
getTitle()
Get the value of title. |
java.lang.String |
getType()
Get the value of type. |
boolean |
isLinewrap()
Get the value of linewrap. |
boolean |
isTitled()
Get the value of titled. |
void |
setCols(int v)
Set the value of cols. |
void |
setElt(org.jdom.Element v)
|
void |
setFilter(java.lang.String v)
Set the value of filter. |
void |
setJavaType(java.lang.String v)
Set the value of javaType. |
void |
setLabel(java.lang.String v)
Set the value of label. |
void |
setLayout(java.lang.String v)
Set the value of layout. |
void |
setLength(int v)
Set the value of length. |
void |
setLinewrap(boolean v)
Set the value of linewrap. |
void |
setNs(org.jdom.Namespace v)
Set the value of ns. |
void |
setQuery(java.lang.String v)
Set the value of query. |
void |
setRows(int v)
Set the value of rows. |
void |
setText(java.lang.String v)
Set the value of text. |
void |
setTitle(java.lang.String v)
Set the value of title. |
void |
setTitled(boolean v)
Set the value of titled. |
void |
setType(java.lang.String v)
Set the value of type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldTypeParameters(java.lang.String guiType, java.lang.String javaType, org.jdom.Element e)
public FieldTypeParameters()
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String v)
v
- Value to assign to type.public java.lang.String getJavaType()
public void setJavaType(java.lang.String v)
v
- Value to assign to javaType.public java.lang.String getLabel()
public void setLabel(java.lang.String v)
v
- Value to assign to label.public int getLength()
public void setLength(int v)
v
- Value to assign to length.public java.lang.String getText()
public void setText(java.lang.String v)
v
- Value to assign to text.public java.lang.String getFilter()
public void setFilter(java.lang.String v)
v
- Value to assign to filter.public boolean isTitled()
public void setTitled(boolean v)
v
- Value to assign to titled.public java.lang.String getLayout()
public void setLayout(java.lang.String v)
v
- Value to assign to layout.public boolean isLinewrap()
public void setLinewrap(boolean v)
v
- Value to assign to linewrap.public java.lang.String getTitle()
public void setTitle(java.lang.String v)
v
- Value to assign to title.public int getRows()
public void setRows(int v)
v
- Value to assign to rows.public int getCols()
public void setCols(int v)
v
- Value to assign to cols.public java.lang.String getQuery()
public void setQuery(java.lang.String v)
v
- Value to assign to query.public org.jdom.Namespace getNs()
public void setNs(org.jdom.Namespace v)
v
- Value to assign to ns.public org.jdom.Element getElt()
public void setElt(org.jdom.Element v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |