MPXJ: Microsoft Project Exchange

net.sf.mpxj
Class GroupClause

Package class diagram package GroupClause
java.lang.Object
  extended by net.sf.mpxj.GroupClause

public final class GroupClause
extends java.lang.Object

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

GroupClause

public GroupClause()
Method Detail

getAscending

public boolean getAscending()
Retrieve a flag indicating that values are grouped in ascending order.

Returns:
boolean flag

setAscending

public void setAscending(boolean ascending)
Sets a flag indicating that values are grouped in ascending order.

Parameters:
ascending - boolean flag

getCellBackgroundColor

public ColorType getCellBackgroundColor()
Retrieves the background color.

Returns:
background color

setCellBackgroundColor

public void setCellBackgroundColor(ColorType color)
Sets the background color.

Parameters:
color - background color.

getField

public FieldType getField()
Retrieve the grouping field.

Returns:
grouping field

setField

public void setField(FieldType field)
Set the grouping field.

Parameters:
field - grouping field

getFont

public FontStyle getFont()
Retrieve the font.

Returns:
font

setFont

public void setFont(FontStyle font)
Retrieve the font.

Parameters:
font - font

getGroupInterval

public java.lang.Object getGroupInterval()
Retrieve the group interval.

Returns:
group interval

setGroupInterval

public void setGroupInterval(java.lang.Object groupInterval)
Sets the group interval.

Parameters:
groupInterval - group interval

getGroupOn

public int getGroupOn()
Retrieves the group on value.

Returns:
group on value

setGroupOn

public void setGroupOn(int groupOn)
Sets the group on value.

Parameters:
groupOn - group on value

getPattern

public int getPattern()
Retrieves the pattern.

Returns:
pattern

setPattern

public void setPattern(int pattern)
Sets the pattern.

Parameters:
pattern - pattern

getStartAt

public java.lang.Object getStartAt()
Retrieves the "start at" value.

Returns:
"start at" value

setStartAt

public void setStartAt(java.lang.Object startAt)
Sets the "start at" value.

Parameters:
startAt - "start at" value

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


Copyright © 2000-2009 Packwood Software. All Rights Reserved.