|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.mpxj.GroupClause
public final class GroupClause
This class represents a clause from a definition of a group.
| Constructor Summary | |
|---|---|
GroupClause()
|
|
| Method Summary | |
|---|---|
boolean |
getAscending()
Retrieve a flag indicating that values are grouped in ascending order. |
ColorType |
getCellBackgroundColor()
Retrieves the background color. |
FieldType |
getField()
Retrieve the grouping field. |
FontStyle |
getFont()
Retrieve the font. |
java.lang.Object |
getGroupInterval()
Retrieve the group interval. |
int |
getGroupOn()
Retrieves the group on value. |
int |
getPattern()
Retrieves the pattern. |
java.lang.Object |
getStartAt()
Retrieves the "start at" value. |
void |
setAscending(boolean ascending)
Sets a flag indicating that values are grouped in ascending order. |
void |
setCellBackgroundColor(ColorType color)
Sets the background color. |
void |
setField(FieldType field)
Set the grouping field. |
void |
setFont(FontStyle font)
Retrieve the font. |
void |
setGroupInterval(java.lang.Object groupInterval)
Sets the group interval. |
void |
setGroupOn(int groupOn)
Sets the group on value. |
void |
setPattern(int pattern)
Sets the pattern. |
void |
setStartAt(java.lang.Object startAt)
Sets the "start at" value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupClause()
| Method Detail |
|---|
public boolean getAscending()
public void setAscending(boolean ascending)
ascending - boolean flagpublic ColorType getCellBackgroundColor()
public void setCellBackgroundColor(ColorType color)
color - background color.public FieldType getField()
public void setField(FieldType field)
field - grouping fieldpublic FontStyle getFont()
public void setFont(FontStyle font)
font - fontpublic java.lang.Object getGroupInterval()
public void setGroupInterval(java.lang.Object groupInterval)
groupInterval - group intervalpublic int getGroupOn()
public void setGroupOn(int groupOn)
groupOn - group on valuepublic int getPattern()
public void setPattern(int pattern)
pattern - patternpublic java.lang.Object getStartAt()
public void setStartAt(java.lang.Object startAt)
startAt - "start at" valuepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||