|
||||||||||
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.DateFormatType
public final class DateFormatType
A representation of the literals of the enumeration ' Date Format Type', and utility methods for working with them. This type defines predefined date format types.
AttributePackage.getDateFormatType()
,
Serialized FormField Summary | |
---|---|
static int |
FULL
The 'Full' literal value. |
static DateFormatType |
FULL_LITERAL
The 'Full' literal object. |
static int |
LONG
The 'Long' literal value. |
static DateFormatType |
LONG_LITERAL
The 'Long' literal object. |
static int |
MEDIUM
The 'Medium' literal value. |
static DateFormatType |
MEDIUM_LITERAL
The 'Medium' literal object. |
static int |
SHORT
The 'Short' literal value. |
static DateFormatType |
SHORT_LITERAL
The 'Short' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Date Format Type' enumerators. |
Method Summary | |
---|---|
static DateFormatType |
get(int value)
Returns the 'Date Format Type' literal with the specified integer value. |
static DateFormatType |
get(java.lang.String literal)
Returns the 'Date Format Type' literal with the specified literal value. |
static DateFormatType |
getByName(java.lang.String name)
Returns the 'Date Format Type' 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 LONG
LONG_LITERAL
,
Constant Field Valuespublic static final int SHORT
SHORT_LITERAL
,
Constant Field Valuespublic static final int MEDIUM
MEDIUM_LITERAL
,
Constant Field Valuespublic static final int FULL
FULL_LITERAL
,
Constant Field Valuespublic static final DateFormatType LONG_LITERAL
If the meaning of 'Long' literal object isn't clear, there really should be more of a description here...
LONG
public static final DateFormatType SHORT_LITERAL
If the meaning of 'Short' literal object isn't clear, there really should be more of a description here...
SHORT
public static final DateFormatType MEDIUM_LITERAL
If the meaning of 'Medium' literal object isn't clear, there really should be more of a description here...
MEDIUM
public static final DateFormatType FULL_LITERAL
If the meaning of 'Full' literal object isn't clear, there really should be more of a description here...
FULL
public static final java.util.List VALUES
Method Detail |
---|
public static DateFormatType get(java.lang.String literal)
public static DateFormatType getByName(java.lang.String name)
public static DateFormatType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |