public enum GanttBarDateFormat extends Enum<GanttBarDateFormat> implements MpxjEnum
Enum Constant and Description |
---|
DD |
DD_MMM |
DD_MMM_HHMM |
DD_MMM_YY |
DD_MMMM |
DD_MMMM_YYYY |
DD_MMMM_YYYY_HHMM |
DDD_DD |
DDD_DD_MMM |
DDD_DD_MMM_YY |
DDD_DDMM |
DDD_DDMMYY |
DDD_DDMMYY_HHMM |
DDD_HHMM |
DDMM |
DDMMYY |
DDMMYY_MMSS |
DDMMYYYY |
DEFAULT |
HHMM |
MWW |
MWWYY_HHMM |
Modifier and Type | Method and Description |
---|---|
static GanttBarDateFormat |
getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static GanttBarDateFormat |
getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
String |
getName()
Retrieve the name of this alignment.
|
int |
getValue()
Accessor method used to retrieve the numeric representation of the enum.
|
String |
toString()
Generate a string representation of this instance.
|
static GanttBarDateFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttBarDateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GanttBarDateFormat DEFAULT
public static final GanttBarDateFormat DDMMYY_MMSS
public static final GanttBarDateFormat DDMMYY
public static final GanttBarDateFormat DDMMYYYY
public static final GanttBarDateFormat DD_MMMM_YYYY_HHMM
public static final GanttBarDateFormat DD_MMMM_YYYY
public static final GanttBarDateFormat DD_MMM_HHMM
public static final GanttBarDateFormat DD_MMM_YY
public static final GanttBarDateFormat DD_MMMM
public static final GanttBarDateFormat DD_MMM
public static final GanttBarDateFormat DDD_DDMMYY_HHMM
public static final GanttBarDateFormat DDD_DDMMYY
public static final GanttBarDateFormat DDD_DD_MMM_YY
public static final GanttBarDateFormat DDD_HHMM
public static final GanttBarDateFormat DDD_DD_MMM
public static final GanttBarDateFormat DDD_DDMM
public static final GanttBarDateFormat DDD_DD
public static final GanttBarDateFormat DDMM
public static final GanttBarDateFormat DD
public static final GanttBarDateFormat HHMM
public static final GanttBarDateFormat MWW
public static final GanttBarDateFormat MWWYY_HHMM
public static GanttBarDateFormat[] values()
for (GanttBarDateFormat c : GanttBarDateFormat.values()) System.out.println(c);
public static GanttBarDateFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static GanttBarDateFormat getInstance(int type)
type
- int typepublic static GanttBarDateFormat getInstance(Number type)
type
- int typepublic int getValue()
public String getName()
public String toString()
toString
in class Enum<GanttBarDateFormat>
Copyright © 2000–2024 Packwood Software. All rights reserved.