public enum GanttBarStartEndType extends Enum<GanttBarStartEndType> implements MpxjEnum
| Modifier and Type | Method and Description |
|---|---|
static GanttBarStartEndType |
getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static GanttBarStartEndType |
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 GanttBarStartEndType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttBarStartEndType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GanttBarStartEndType SOLID
public static final GanttBarStartEndType FRAMED
public static final GanttBarStartEndType DASHED
public static GanttBarStartEndType[] values()
for (GanttBarStartEndType c : GanttBarStartEndType.values()) System.out.println(c);
public static GanttBarStartEndType 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 GanttBarStartEndType getInstance(int type)
type - int typepublic static GanttBarStartEndType getInstance(Number type)
type - int typepublic int getValue()
public String getName()
public String toString()
toString in class Enum<GanttBarStartEndType>Copyright © 2000–2025 MPXJ. All rights reserved.