Uses of Enum
org.eclipse.birt.chart.model.attribute.DateFormatDetail
Packages that use DateFormatDetail
Package
Description
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
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 DateFormatDetailModifier and TypeFieldDescriptionstatic final 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 DateFormatDetailModifier and TypeMethodDescriptionstatic DateFormatDetail
DateFormatDetail.get
(int value) Returns the 'Date Format Detail' literal with the specified integer value.static DateFormatDetail
Returns the 'Date Format Detail' literal with the specified literal value.static DateFormatDetail
Returns the 'Date Format Detail' literal with the specified name.DateFormatSpecifier.getDetail()
Returns the value of the 'Detail' attribute.static DateFormatDetail
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 are declared.Methods in org.eclipse.birt.chart.model.attribute with parameters of type DateFormatDetailModifier and TypeMethodDescriptionvoid
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 DateFormatDetailModifier and TypeMethodDescriptionAttributeFactoryImpl.createDateFormatDetailFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createDateFormatDetailObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DateFormatSpecifierImpl.getDetail()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type DateFormatDetailModifier and TypeMethodDescriptionvoid
DateFormatSpecifierImpl.setDetail
(DateFormatDetail newDetail)