|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DateFormatDetail>
org.eclipse.birt.chart.model.attribute.DateFormatDetail
public enum 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()
Enum Constant Summary | |
---|---|
DATE_LITERAL
The 'Date' literal object. |
|
DATE_TIME_LITERAL
The 'Date Time' literal object. |
Field Summary | |
---|---|
static int |
DATE
The 'Date' literal value. |
static int |
DATE_TIME
The 'Date Time' literal value. |
static java.util.List<DateFormatDetail> |
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. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static DateFormatDetail |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DateFormatDetail[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public 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
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 java.util.List<DateFormatDetail> VALUES
Method Detail |
---|
public static final DateFormatDetail[] values()
for(DateFormatDetail c : DateFormatDetail.values()) System.out.println(c);
public static DateFormatDetail valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static DateFormatDetail get(java.lang.String literal)
public static DateFormatDetail getByName(java.lang.String name)
public static DateFormatDetail get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<DateFormatDetail>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |