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

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.birt.chart.model.attribute.DateFormatDetail
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class DateFormatDetail
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration ' Date Format Detail', and utility methods for working with them. This type defines the form of Date.

See Also:
AttributePackage.getDateFormatDetail()

Field Summary
static int DATE
          The 'Date' literal value.
static DateFormatDetail DATE_LITERAL
          The 'Date' literal object.
static int DATE_TIME
          The 'Date Time' literal value.
static DateFormatDetail DATE_TIME_LITERAL
          The 'Date Time' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Date Format Detail' enumerators.
 
Method Summary
static DateFormatDetail get(int value)
          Returns the 'Date Format Detail' literal with the specified integer value.
static DateFormatDetail get(java.lang.String literal)
          Returns the 'Date Format Detail' literal with the specified literal value.
static DateFormatDetail getByName(java.lang.String name)
          Returns the 'Date Format Detail' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATE

public static final int DATE
The 'Date' literal value.

See Also:
DATE_LITERAL, Constant Field Values

DATE_TIME

public static final int DATE_TIME
The 'Date Time' literal value.

See Also:
DATE_TIME_LITERAL, Constant Field Values

DATE_LITERAL

public static final DateFormatDetail DATE_LITERAL
The 'Date' literal object.

If the meaning of 'Date' literal object isn't clear, there really should be more of a description here...

See Also:
DATE

DATE_TIME_LITERAL

public static final DateFormatDetail DATE_TIME_LITERAL
The 'Date Time' literal object.

If the meaning of 'Date Time' literal object isn't clear, there really should be more of a description here...

See Also:
DATE_TIME

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Date Format Detail' enumerators.

Method Detail

get

public static DateFormatDetail get(java.lang.String literal)
Returns the 'Date Format Detail' literal with the specified literal value.


getByName

public static DateFormatDetail getByName(java.lang.String name)
Returns the 'Date Format Detail' literal with the specified name.


get

public static DateFormatDetail get(int value)
Returns the 'Date Format Detail' literal with the specified integer value.



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