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