public interface RequiredField extends Persistent, Cloneable
ChartDataSet
with the data represented on a ChartService
ChartService
,
ChartDataSet
Modifier and Type | Method and Description |
---|---|
boolean |
canBeSorted() |
boolean |
canBeTemporal() |
RequiredField |
clone() |
String |
getDescription()
Get a description about what the fields represents
|
String |
getName()
Gets the name of the RequiredField to identify it
|
String |
getTemporalInterval() |
DataType |
getType()
Get the type of the data that this field will contain.
|
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(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(String name)
Establish a name to the RequiredField
|
void |
setTemporalInterval(String temporalInterval2) |
void |
setType(String type)
Sets a Datatype to the content data represented by this field
|
void |
setValue(String value)
Sets the value to the field
|
loadFromState, saveToState
String getName()
void setName(String name)
name
- String getDescription()
void setDescription(String description)
description
- DataType getType()
DataType
of the data contained.void setType(String type)
type
- void setValue(String value)
value
- String getValue()
value
- boolean isNumeric()
void setIsNumeric(boolean isNum)
boolean
- boolean isOptional()
ChartDataSet
void setIsOptional(boolean b)
boolean
- boolean canBeTemporal()
void setCanBeTemporal(boolean b)
void setTemporalInterval(String temporalInterval2)
String getTemporalInterval()
RequiredField clone()
boolean canBeSorted()
void setCanBeSorted(boolean b)