net.sf.mpxj.mpp
Class SplitView9

java.lang.Object
  extended by net.sf.mpxj.AbstractView
      extended by net.sf.mpxj.mpp.AbstractMppView
          extended by net.sf.mpxj.mpp.GenericView
              extended by net.sf.mpxj.mpp.GenericView9
                  extended by net.sf.mpxj.mpp.SplitView9
All Implemented Interfaces:
View

public class SplitView9
extends GenericView9

This class represents a user defined view in Microsoft Project which is made up of two existing views, typically shown above and below the division of a split screen.


Field Summary
 
Fields inherited from class net.sf.mpxj.AbstractView
m_id, m_name, m_parent, m_tableName, m_type
 
Method Summary
 String getLowerViewName()
          Retrieves the lower view name.
 String getUpperViewName()
          Retrieves the upper view name.
 String toString()
          This method dumps the contents of this View as a String.
 
Methods inherited from class net.sf.mpxj.mpp.GenericView9
getPropertiesID
 
Methods inherited from class net.sf.mpxj.mpp.AbstractMppView
removeAmpersand
 
Methods inherited from class net.sf.mpxj.AbstractView
getID, getName, getTable, getTableName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLowerViewName

public String getLowerViewName()
Retrieves the lower view name.

Returns:
lower view name

getUpperViewName

public String getUpperViewName()
Retrieves the upper view name.

Returns:
upper view name

toString

public String toString()
This method dumps the contents of this View as a String. Note that this facility is provided as a debugging aid.

Overrides:
toString in class AbstractView
Returns:
formatted contents of this view


Copyright © 2012. All Rights Reserved.