Enum GroupingUnitType
- All Implemented Interfaces:
Serializable
,Comparable<GroupingUnitType>
,java.lang.constant.Constable
,org.eclipse.emf.common.util.Enumerator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Day Of Month' literal object.The 'Day Of Quarter' literal object.The 'Day Of Week' literal object.The 'Day Of Year' literal object.The 'Days' literal object.The 'Hours' literal object.The 'Minutes' literal object.The 'Months' literal object.The 'Quarters' literal object.The 'Seconds' literal object.The 'String' literal object.The 'String Prefix' literal object.The 'Week Of Month' literal object.The 'Week Of Quarter' literal object.The 'Week Of Year' literal object.The 'Weeks' literal object.The 'Years' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Day Of Month' literal value.static final int
The 'Day Of Quarter' literal value.static final int
The 'Day Of Week' literal value.static final int
The 'Day Of Year' literal value.static final int
The 'Days' literal value.static final int
The 'Hours' literal value.static final int
The 'Minutes' literal value.static final int
The 'Months' literal value.static final int
The 'Quarters' literal value.static final int
The 'Seconds' literal value.static final int
The 'String' literal value.static final int
The 'String Prefix' literal value.static final List<GroupingUnitType>
A public read-only list of all the 'Grouping Unit Type' enumerators.static final int
The 'Week Of Month' literal value.static final int
The 'Week Of Quarter' literal value.static final int
The 'Week Of Year' literal value.static final int
The 'Weeks' literal value.static final int
The 'Years' literal value. -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupingUnitType
get
(int value) Returns the 'Grouping Unit Type' literal with the specified integer value.static GroupingUnitType
Returns the 'Grouping Unit Type' literal with the specified literal value.static GroupingUnitType
Returns the 'Grouping Unit Type' literal with the specified name.static List
getGroupingUnits
(DataType dataType) Returns grouping units type by specified data type.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static GroupingUnitType
Returns the enum constant of this type with the specified name.static GroupingUnitType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
SECONDS_LITERAL
The 'Seconds' literal object.If the meaning of 'Seconds' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MINUTES_LITERAL
The 'Minutes' literal object.If the meaning of 'Minutes' literal object isn't clear, there really should be more of a description here...
- See Also:
-
HOURS_LITERAL
The 'Hours' literal object.If the meaning of 'Hours' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DAYS_LITERAL
The 'Days' literal object.If the meaning of 'Days' literal object isn't clear, there really should be more of a description here...
- See Also:
-
WEEKS_LITERAL
The 'Weeks' literal object.If the meaning of 'Weeks' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MONTHS_LITERAL
The 'Months' literal object.If the meaning of 'Months' literal object isn't clear, there really should be more of a description here...
- See Also:
-
QUARTERS_LITERAL
The 'Quarters' literal object.- See Also:
-
YEARS_LITERAL
The 'Years' literal object.If the meaning of 'Years' literal object isn't clear, there really should be more of a description here...
- See Also:
-
STRING_LITERAL
The 'String' literal object.- See Also:
-
STRING_PREFIX_LITERAL
The 'String Prefix' literal object.- See Also:
-
WEEK_OF_MONTH_LITERAL
The 'Week Of Month' literal object.- See Also:
-
WEEK_OF_YEAR_LITERAL
The 'Week Of Year' literal object.- See Also:
-
DAY_OF_WEEK_LITERAL
The 'Day Of Week' literal object.- See Also:
-
DAY_OF_MONTH_LITERAL
The 'Day Of Month' literal object.- See Also:
-
DAY_OF_YEAR_LITERAL
The 'Day Of Year' literal object.- See Also:
-
WEEK_OF_QUARTER_LITERAL
The 'Week Of Quarter' literal object.- See Also:
-
DAY_OF_QUARTER_LITERAL
The 'Day Of Quarter' literal object.- See Also:
-
-
Field Details
-
SECONDS
public static final int SECONDSThe 'Seconds' literal value.- See Also:
-
MINUTES
public static final int MINUTESThe 'Minutes' literal value.- See Also:
-
HOURS
public static final int HOURSThe 'Hours' literal value.- See Also:
-
DAYS
public static final int DAYSThe 'Days' literal value.- See Also:
-
WEEKS
public static final int WEEKSThe 'Weeks' literal value.- See Also:
-
MONTHS
public static final int MONTHSThe 'Months' literal value.- See Also:
-
QUARTERS
public static final int QUARTERSThe 'Quarters' literal value.If the meaning of 'Quarters' literal object isn't clear, there really should be more of a description here...
- See Also:
-
YEARS
public static final int YEARSThe 'Years' literal value.- See Also:
-
STRING
public static final int STRINGThe 'String' literal value.If the meaning of 'String' literal object isn't clear, there really should be more of a description here...
- See Also:
-
STRING_PREFIX
public static final int STRING_PREFIXThe 'String Prefix' literal value.If the meaning of 'String Prefix' literal object isn't clear, there really should be more of a description here...
- See Also:
-
WEEK_OF_MONTH
public static final int WEEK_OF_MONTHThe 'Week Of Month' literal value.If the meaning of 'Week Of Month' literal object isn't clear, there really should be more of a description here...
- See Also:
-
WEEK_OF_YEAR
public static final int WEEK_OF_YEARThe 'Week Of Year' literal value.If the meaning of 'Week Of Year' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DAY_OF_WEEK
public static final int DAY_OF_WEEKThe 'Day Of Week' literal value.If the meaning of 'Day Of Week' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DAY_OF_MONTH
public static final int DAY_OF_MONTHThe 'Day Of Month' literal value.If the meaning of 'Day Of Month' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DAY_OF_YEAR
public static final int DAY_OF_YEARThe 'Day Of Year' literal value.If the meaning of 'Day Of Year' literal object isn't clear, there really should be more of a description here...
- See Also:
-
WEEK_OF_QUARTER
public static final int WEEK_OF_QUARTERThe 'Week Of Quarter' literal value.If the meaning of 'Week Of Quarter' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DAY_OF_QUARTER
public static final int DAY_OF_QUARTERThe 'Day Of Quarter' literal value.If the meaning of 'Day Of Quarter' literal object isn't clear, there really should be more of a description here...
- See Also:
-
VALUES
A public read-only list of all the 'Grouping Unit Type' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Grouping Unit Type' literal with the specified literal value. -
getByName
Returns the 'Grouping Unit Type' literal with the specified name. -
get
Returns the 'Grouping Unit Type' literal with the specified integer value. -
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<GroupingUnitType>
-
getGroupingUnits
Returns grouping units type by specified data type.- Parameters:
dataType
-- Returns:
- Since:
- BIRT 2.3
-