|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkristal.client.DisplayType
This Class describes a Display Structure of KRISTAL.
| Field Summary | |
java.lang.String |
end_tag
|
int |
highlight_method
|
java.util.Vector |
query_section_list
|
java.lang.String |
section_name
|
java.lang.String |
start_tag
|
int |
statement_length
|
int |
statement_no
|
int |
summary_length
|
int |
summary_method
|
| Constructor Summary | |
DisplayType()
Constructs a new TableInfoType object. |
|
| Method Summary | |
java.lang.String |
getEndTag()
Returns the end tag in this object. |
int |
getHighlightMethod()
Returns the highlight method in this object. |
java.lang.String |
getSectionName()
Returns the section name in this object. |
java.lang.String |
getStartTag()
Returns the start tag in this object. |
int |
getSummaryLength()
Returns the summary length in this object. |
int |
getSummaryMethod()
Returns the summary method in this object. |
void |
setEndTag(java.lang.String end_tag)
Sets the end tag of this object. |
void |
setHighlightMethod(int highlight_method)
Sets the highlight method of this object. |
void |
setSectionName(java.lang.String section_name)
Sets the section name of this object. |
void |
setStartTag(java.lang.String start_tag)
Sets the start tag of this object. |
void |
setSummaryLength(int summary_length)
Sets the summary length of this object. |
void |
setSummaryMethod(int summary_method)
Sets the summary method of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String section_name
public int highlight_method
public java.lang.String start_tag
public java.lang.String end_tag
public int summary_method
public int summary_length
public java.util.Vector query_section_list
public int statement_no
public int statement_length
| Constructor Detail |
public DisplayType()
| Method Detail |
public void setSectionName(java.lang.String section_name)
section_name - the section namepublic void setHighlightMethod(int highlight_method)
highlight_method - the highlight methodpublic void setStartTag(java.lang.String start_tag)
start_tag - the start tagpublic void setEndTag(java.lang.String end_tag)
end_tag - the end tagpublic void setSummaryMethod(int summary_method)
summary_method - the summary methodpublic void setSummaryLength(int summary_length)
summary_length - the summary lengthpublic java.lang.String getSectionName()
public int getHighlightMethod()
public java.lang.String getStartTag()
public java.lang.String getEndTag()
public int getSummaryMethod()
public int getSummaryLength()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||