|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RowBeanProcessor.ODSPropertyType>
olg.csv.bean.annotations.processor.RowBeanProcessor.ODSPropertyType
private static enum RowBeanProcessor.ODSPropertyType
ODS Property list.
Enum Constant Summary | |
---|---|
BEGIN_AT_COLUMN
|
|
BEGIN_AT_ROW
|
|
END_AT_COLUMN
|
|
END_AT_ROW
|
|
HEADERS
|
|
SHEETNAME
|
|
SHEETNUM
|
Field Summary | |
---|---|
private String |
code
param name. |
private AbstractParser<?> |
parser
param value parser. |
private String |
property
the property this option sets. |
private Method |
setter
Method to set the property. |
Method Summary | |
---|---|
(package private) static RowBeanProcessor.ODSPropertyType |
getByCode(String code)
Identify the Property by its code. |
(package private) ODSSettings |
setParam(ODSSettings settings,
String value)
Set the ODSSettings. |
static RowBeanProcessor.ODSPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RowBeanProcessor.ODSPropertyType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RowBeanProcessor.ODSPropertyType HEADERS
public static final RowBeanProcessor.ODSPropertyType SHEETNUM
public static final RowBeanProcessor.ODSPropertyType SHEETNAME
public static final RowBeanProcessor.ODSPropertyType BEGIN_AT_ROW
public static final RowBeanProcessor.ODSPropertyType END_AT_ROW
public static final RowBeanProcessor.ODSPropertyType BEGIN_AT_COLUMN
public static final RowBeanProcessor.ODSPropertyType END_AT_COLUMN
Field Detail |
---|
private String code
private AbstractParser<?> parser
private Method setter
private String property
Method Detail |
---|
public static RowBeanProcessor.ODSPropertyType[] values()
for (RowBeanProcessor.ODSPropertyType c : RowBeanProcessor.ODSPropertyType.values()) System.out.println(c);
public static RowBeanProcessor.ODSPropertyType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullstatic RowBeanProcessor.ODSPropertyType getByCode(String code)
code
- the code
ODSSettings setParam(ODSSettings settings, String value) throws AnnotationProcessorException
settings
- the settings to set.value
- the value.
AnnotationProcessorException
- if an error occurs during parsing the value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |