|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowBeanProcessor.CSVPropertyType | |
---|---|
olg.csv.bean.annotations.processor | This package contains classes dealing with annotations. |
Uses of RowBeanProcessor.CSVPropertyType in olg.csv.bean.annotations.processor |
---|
Fields in olg.csv.bean.annotations.processor declared as RowBeanProcessor.CSVPropertyType | |
---|---|
private RowBeanProcessor.CSVPropertyType[] |
RowBeanProcessor.CSVReadingProperties
CSV Properties allowed on Reading. |
private RowBeanProcessor.CSVPropertyType[] |
RowBeanProcessor.CSVWritingProperties
CSV Properties allowed on Writing. |
Methods in olg.csv.bean.annotations.processor that return RowBeanProcessor.CSVPropertyType | |
---|---|
static RowBeanProcessor.CSVPropertyType |
RowBeanProcessor.CSVPropertyType.getByCode(String code)
Identify a property by its code. |
private RowBeanProcessor.CSVPropertyType |
RowBeanProcessor.identifyPermittedProperty(Param param,
RowBeanProcessor.CSVPropertyType[] permittedProperties)
Identifies a param as an allowed CSVPropertyType. |
static RowBeanProcessor.CSVPropertyType |
RowBeanProcessor.CSVPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RowBeanProcessor.CSVPropertyType[] |
RowBeanProcessor.CSVPropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in olg.csv.bean.annotations.processor with parameters of type RowBeanProcessor.CSVPropertyType | |
---|---|
private CSVSettings |
RowBeanProcessor.getCSVSettings(Param[] csvParams,
RowBeanProcessor.CSVPropertyType[] properties,
String type)
Products the CSVSettings corresponding to params of a process. |
private RowBeanProcessor.CSVPropertyType |
RowBeanProcessor.identifyPermittedProperty(Param param,
RowBeanProcessor.CSVPropertyType[] permittedProperties)
Identifies a param as an allowed CSVPropertyType. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |