|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateFormatDetail | |
---|---|
org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.impl | Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
Uses of DateFormatDetail in org.eclipse.birt.chart.model.attribute |
---|
Fields in org.eclipse.birt.chart.model.attribute declared as DateFormatDetail | |
---|---|
static DateFormatDetail |
DateFormatDetail.DATE_LITERAL
The 'Date' literal object. |
static DateFormatDetail |
DateFormatDetail.DATE_TIME_LITERAL
The 'Date Time' literal object. |
Methods in org.eclipse.birt.chart.model.attribute that return DateFormatDetail | |
---|---|
static DateFormatDetail |
DateFormatDetail.get(int value)
Returns the 'Date Format Detail' literal with the specified integer value. |
static DateFormatDetail |
DateFormatDetail.get(java.lang.String literal)
Returns the 'Date Format Detail' literal with the specified literal value. |
static DateFormatDetail |
DateFormatDetail.getByName(java.lang.String name)
Returns the 'Date Format Detail' literal with the specified name. |
DateFormatDetail |
DateFormatSpecifier.getDetail()
Returns the value of the 'Detail' attribute. |
Methods in org.eclipse.birt.chart.model.attribute with parameters of type DateFormatDetail | |
---|---|
void |
DateFormatSpecifier.setDetail(DateFormatDetail value)
Sets the value of the ' Detail ' attribute. |
Uses of DateFormatDetail in org.eclipse.birt.chart.model.attribute.impl |
---|
Methods in org.eclipse.birt.chart.model.attribute.impl that return DateFormatDetail | |
---|---|
DateFormatDetail |
AttributeFactoryImpl.createDateFormatDetailFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
DateFormatDetail |
AttributeFactoryImpl.createDateFormatDetailObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
DateFormatDetail |
DateFormatSpecifierImpl.getDetail()
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type DateFormatDetail | |
---|---|
void |
DateFormatSpecifierImpl.setDetail(DateFormatDetail newDetail)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |