public static enum ProgressLogger.BarType extends java.lang.Enum<ProgressLogger.BarType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmpty() |
java.lang.String |
getEnd() |
java.lang.String |
getFill() |
java.lang.String |
getStart() |
java.lang.String |
getTip() |
static ProgressLogger.BarType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProgressLogger.BarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgressLogger.BarType CUBE
public static final ProgressLogger.BarType ARROW
public static final ProgressLogger.BarType SHARP
public static ProgressLogger.BarType[] values()
for (ProgressLogger.BarType c : ProgressLogger.BarType.values()) System.out.println(c);
public static ProgressLogger.BarType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getEmpty()
public java.lang.String getFill()
public java.lang.String getTip()
public java.lang.String getEnd()
public java.lang.String getStart()