public interface RequiredField extends Persistent, java.lang.Cloneable
ChartDataSet
with the data represented on a ChartServiceChartService,
ChartDataSet| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeSorted() |
boolean |
canBeTemporal() |
RequiredField |
clone() |
java.lang.String |
getDescription()
Get a description about what the fields represents
|
java.lang.String |
getName()
Gets the name of the RequiredField to identify it
|
java.lang.String |
getTemporalInterval() |
DataType |
getType()
Get the type of the data that this field will contain.
|
java.lang.String |
getValue()
Gets the value to the field
|
boolean |
isNumeric()
Check if the data has only numerical data
|
boolean |
isOptional()
Check if the data is optional in the data definition of the
ChartDataSet |
void |
setCanBeSorted(boolean b) |
void |
setCanBeTemporal(boolean b) |
void |
setDescription(java.lang.String description)
Sets a description to the RequiredField
|
void |
setIsNumeric(boolean isNum)
Set the flag of the field to optional or not
|
void |
setIsOptional(boolean b)
Set the flag of the field to optional or not
|
void |
setName(java.lang.String name)
Establish a name to the RequiredField
|
void |
setTemporalInterval(java.lang.String temporalInterval2) |
void |
setType(java.lang.String type)
Sets a Datatype to the content data represented by this field
|
void |
setValue(java.lang.String value)
Sets the value to the field
|
loadFromState, saveToStatejava.lang.String getName()
void setName(java.lang.String name)
name - java.lang.String getDescription()
void setDescription(java.lang.String description)
description - DataType getType()
DataType of the data contained.void setType(java.lang.String type)
type - void setValue(java.lang.String value)
value - java.lang.String getValue()
value - boolean isNumeric()
void setIsNumeric(boolean isNum)
boolean - boolean isOptional()
ChartDataSetvoid setIsOptional(boolean b)
boolean - boolean canBeTemporal()
void setCanBeTemporal(boolean b)
void setTemporalInterval(java.lang.String temporalInterval2)
java.lang.String getTemporalInterval()
RequiredField clone()
boolean canBeSorted()
void setCanBeSorted(boolean b)