Chart FX 7 for Java Server

com.softwarefx.chartfx.server.dataproviders
Class XmlColumn

java.lang.Object
  extended by com.softwarefx.chartfx.server.dataproviders.XmlColumn

public class XmlColumn
extends Object

Provides access to the XmlColumn object.


Constructor Summary
XmlColumn(String name, Class<?> type)
           
XmlColumn(String name, Class<?> type, String description)
           
 
Method Summary
 String getDescription()
          Gets the Description.
 String getName()
          Gets the Name.
 Class<?> getType()
          Gets the Type.
 void setDescription(String description)
          Get or set the description of the column.
 void setName(String name)
          Sets the name of the Xml data column.
 void setType(Class<?> type)
          Sets the class type of the data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlColumn

public XmlColumn(String name,
                 Class<?> type)

XmlColumn

public XmlColumn(String name,
                 Class<?> type,
                 String description)
Method Detail

getDescription

public String getDescription()

Gets the Description. For more detail see setDescription(java.lang.String).


getName

public String getName()

Gets the Name. For more detail see setName(java.lang.String).


getType

public Class<?> getType()

Gets the Type. For more detail see setType(java.lang.Class).


setDescription

public void setDescription(String description)

Get or set the description of the column.

Remarks:
  • This field is optional.


  • setName

    public void setName(String name)

    Sets the name of the Xml data column.

    Remarks:
  • A name is required for each column.


  • setType

    public void setType(Class<?> type)

    Sets the class type of the data.

    Remarks:
  • For more information on the System.Type Class refer to Java API documentation.


  • http://www.softwarefx.com

    2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
    All other names are trademarks or registered trademarks of their respective owners.