public enum RowStartEndType extends Enum<RowStartEndType>
| Enum Constant and Description |
|---|
ROW_EMPTY
The row empty.
|
ROW_END
The row end.
|
ROW_HEADER
The row header.
|
ROW_START
The row start.
|
VALUE
The value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String paramter)
Gets the parameter.
|
String |
getValue()
Gets the value.
|
static RowStartEndType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowStartEndType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowStartEndType ROW_START
public static final RowStartEndType ROW_END
public static final RowStartEndType ROW_HEADER
public static final RowStartEndType ROW_EMPTY
public static final RowStartEndType VALUE
public static RowStartEndType[] values()
for (RowStartEndType c : RowStartEndType.values()) System.out.println(c);
public static RowStartEndType 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 String getParameter(String paramter)
paramter - the paramterpublic String getValue()
Copyright © 2022. All rights reserved.