|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.birt.chart.model.attribute.DateFormatDetail
public final class DateFormatDetail
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.
AttributePackage.getDateFormatDetail()
,
Serialized FormField 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 |
---|
public static final int DATE
DATE_LITERAL
,
Constant Field Valuespublic static final int DATE_TIME
DATE_TIME_LITERAL
,
Constant Field Valuespublic static final DateFormatDetail DATE_LITERAL
If the meaning of 'Date' literal object isn't clear, there really should be more of a description here...
DATE
public static final DateFormatDetail DATE_TIME_LITERAL
If the meaning of 'Date Time' literal object isn't clear, there really should be more of a description here...
DATE_TIME
public static final java.util.List VALUES
Method Detail |
---|
public static DateFormatDetail get(java.lang.String literal)
public static DateFormatDetail getByName(java.lang.String name)
public static DateFormatDetail get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |