|
||||||||||
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 with type parameters of type DateFormatDetail | |
---|---|
static java.util.List<DateFormatDetail> |
DateFormatDetail.VALUES
A public read-only list of all the 'Date Format Detail' enumerators. |
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. |
static DateFormatDetail |
DateFormatDetail.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DateFormatDetail[] |
DateFormatDetail.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
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 |