Uses of Class
org.eclipse.birt.chart.model.attribute.DateFormatDetail

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. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
 

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(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.
static DateFormatDetail DateFormatDetail.get(int value)
          Returns the 'Date Format Detail' literal with the specified integer value.
 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 DateFormatSpecifierImpl.getDetail()
           
 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)
           
 

Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type DateFormatDetail
 void DateFormatSpecifierImpl.setDetail(DateFormatDetail newDetail)
           
 

Uses of DateFormatDetail in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type DateFormatDetail
 boolean AttributeValidator.validateDateFormatDetail(DateFormatDetail dateFormatDetail, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean AttributeValidator.validateDateFormatDetailObject(DateFormatDetail dateFormatDetailObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 2005-2007 Actuate Corp. All rights reserved.