public enum GanttBarShowForTasks extends Enum<GanttBarShowForTasks> implements MpxjEnum
Modifier and Type | Method and Description |
---|---|
static GanttBarShowForTasks |
getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static GanttBarShowForTasks |
getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
String |
getName()
Retrieve the line style name.
|
int |
getValue()
Accessor method used to retrieve the numeric representation of the enum.
|
String |
toString()
Retrieve the String representation of this line style.
|
static GanttBarShowForTasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttBarShowForTasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GanttBarShowForTasks NORMAL
public static final GanttBarShowForTasks MILESTONE
public static final GanttBarShowForTasks SUMMARY
public static final GanttBarShowForTasks CRITICAL
public static final GanttBarShowForTasks NONCRITICAL
public static final GanttBarShowForTasks MARKED
public static final GanttBarShowForTasks FINISHED
public static final GanttBarShowForTasks INPROGRESS
public static final GanttBarShowForTasks NOTFINISHED
public static final GanttBarShowForTasks NOTSTARTED
public static final GanttBarShowForTasks STARTEDLATE
public static final GanttBarShowForTasks FINISHEDLATE
public static final GanttBarShowForTasks STARTEDEARLY
public static final GanttBarShowForTasks FINISHEDEARLY
public static final GanttBarShowForTasks STARTEDONTIME
public static final GanttBarShowForTasks FINISHEDONTIME
public static final GanttBarShowForTasks FLAG1
public static final GanttBarShowForTasks FLAG2
public static final GanttBarShowForTasks FLAG3
public static final GanttBarShowForTasks FLAG4
public static final GanttBarShowForTasks FLAG5
public static final GanttBarShowForTasks FLAG6
public static final GanttBarShowForTasks FLAG7
public static final GanttBarShowForTasks FLAG8
public static final GanttBarShowForTasks FLAG9
public static final GanttBarShowForTasks FLAG10
public static final GanttBarShowForTasks ROLLEDUP
public static final GanttBarShowForTasks PROJECTSUMMARY
public static final GanttBarShowForTasks SPLIT
public static final GanttBarShowForTasks EXTERNAL
public static final GanttBarShowForTasks FLAG11
public static final GanttBarShowForTasks FLAG12
public static final GanttBarShowForTasks FLAG13
public static final GanttBarShowForTasks FLAG14
public static final GanttBarShowForTasks FLAG15
public static final GanttBarShowForTasks FLAG16
public static final GanttBarShowForTasks FLAG17
public static final GanttBarShowForTasks FLAG18
public static final GanttBarShowForTasks FLAG19
public static final GanttBarShowForTasks FLAG20
public static final GanttBarShowForTasks GROUPBYSUMMARY
public static final GanttBarShowForTasks DELIVERABLE
public static final GanttBarShowForTasks DEPENDENCY
public static final GanttBarShowForTasks ACTIVE
public static final GanttBarShowForTasks MANUALLYSCHEDULED
public static final GanttBarShowForTasks WARNING
public static final GanttBarShowForTasks PLACEHOLDERSTART
public static final GanttBarShowForTasks PLACEHOLDERFINISH
public static final GanttBarShowForTasks PLACEHOLDERDURATION
public static final GanttBarShowForTasks PLACEHOLDER
public static final GanttBarShowForTasks LATE
public static final GanttBarShowForTasks NOT_NORMAL
public static final GanttBarShowForTasks NOT_MILESTONE
public static final GanttBarShowForTasks NOT_SUMMARY
public static final GanttBarShowForTasks NOT_CRITICAL
public static final GanttBarShowForTasks NOT_MARKED
public static final GanttBarShowForTasks NOT_INPROGRESS
public static final GanttBarShowForTasks NOT_STARTEDLATE
public static final GanttBarShowForTasks NOT_FINISHEDLATE
public static final GanttBarShowForTasks NOT_STARTEDEARLY
public static final GanttBarShowForTasks NOT_FINISHEDEARLY
public static final GanttBarShowForTasks NOT_STARTEDONTIME
public static final GanttBarShowForTasks NOT_FINISHEDONTIME
public static final GanttBarShowForTasks NOT_FLAG1
public static final GanttBarShowForTasks NOT_FLAG2
public static final GanttBarShowForTasks NOT_FLAG3
public static final GanttBarShowForTasks NOT_FLAG4
public static final GanttBarShowForTasks NOT_FLAG5
public static final GanttBarShowForTasks NOT_FLAG6
public static final GanttBarShowForTasks NOT_FLAG7
public static final GanttBarShowForTasks NOT_FLAG8
public static final GanttBarShowForTasks NOT_FLAG9
public static final GanttBarShowForTasks NOT_FLAG10
public static final GanttBarShowForTasks NOT_ROLLEDUP
public static final GanttBarShowForTasks NOT_PROJECTSUMMARY
public static final GanttBarShowForTasks NOT_SPLIT
public static final GanttBarShowForTasks NOT_EXTERNAL
public static final GanttBarShowForTasks NOT_FLAG11
public static final GanttBarShowForTasks NOT_FLAG12
public static final GanttBarShowForTasks NOT_FLAG13
public static final GanttBarShowForTasks NOT_FLAG14
public static final GanttBarShowForTasks NOT_FLAG15
public static final GanttBarShowForTasks NOT_FLAG16
public static final GanttBarShowForTasks NOT_FLAG17
public static final GanttBarShowForTasks NOT_FLAG18
public static final GanttBarShowForTasks NOT_FLAG19
public static final GanttBarShowForTasks NOT_FLAG20
public static final GanttBarShowForTasks NOT_GROUPBYSUMMARY
public static final GanttBarShowForTasks NOT_DELIVERABLE
public static final GanttBarShowForTasks NOT_DEPENDENCY
public static final GanttBarShowForTasks NOT_ACTIVE
public static final GanttBarShowForTasks NOT_MANUALLYSCHEDULED
public static final GanttBarShowForTasks NOT_WARNING
public static final GanttBarShowForTasks NOT_PLACEHOLDERSTART
public static final GanttBarShowForTasks NOT_PLACEHOLDERFINISH
public static final GanttBarShowForTasks NOT_PLACEHOLDERDURATION
public static final GanttBarShowForTasks NOT_PLACEHOLDER
public static final GanttBarShowForTasks NOT_LATE
public static GanttBarShowForTasks[] values()
for (GanttBarShowForTasks c : GanttBarShowForTasks.values()) System.out.println(c);
public static GanttBarShowForTasks 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 GanttBarShowForTasks getInstance(int type)
type
- int typepublic static GanttBarShowForTasks getInstance(Number type)
type
- int typepublic int getValue()
public String getName()
public String toString()
toString
in class Enum<GanttBarShowForTasks>
Copyright © 2000–2024 Packwood Software. All rights reserved.