|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.dataproviders.XmlColumn
public class XmlColumn
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 |
---|
public XmlColumn(String name, Class<?> type)
public XmlColumn(String name, Class<?> type, String description)
Method Detail |
---|
public String getDescription()
Gets the Description. For more detail see setDescription(java.lang.String)
.
public String getName()
Gets the Name. For more detail see setName(java.lang.String)
.
public Class<?> getType()
Gets the Type. For more detail see setType(java.lang.Class>)
.
public void setDescription(String description)
Get or set the description of the column.
This field is optional.
public void setName(String name)
Sets the name of the Xml data column.
A name is required for each column.
public void setType(Class<?> type)
Sets the class type of the data.
For more information on the System.Type Class refer to Java API documentation.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |