Uses of Class
olg.csv.bean.annotations.processor.RowBeanProcessor.ODSPropertyType

Packages that use RowBeanProcessor.ODSPropertyType
olg.csv.bean.annotations.processor This package contains classes dealing with annotations. 
 

Uses of RowBeanProcessor.ODSPropertyType in olg.csv.bean.annotations.processor
 

Fields in olg.csv.bean.annotations.processor declared as RowBeanProcessor.ODSPropertyType
private  RowBeanProcessor.ODSPropertyType[] RowBeanProcessor.ODSReadingProperties
          ODSProperties allowed on Reading process.
private  RowBeanProcessor.ODSPropertyType[] RowBeanProcessor.ODSWritingProperties
          ODS Properties allowed on Writing process.
 

Methods in olg.csv.bean.annotations.processor that return RowBeanProcessor.ODSPropertyType
(package private) static RowBeanProcessor.ODSPropertyType RowBeanProcessor.ODSPropertyType.getByCode(String code)
          Identify the Property by its code.
private  RowBeanProcessor.ODSPropertyType RowBeanProcessor.identifyPermittedProperty(Param param, RowBeanProcessor.ODSPropertyType[] permittedProperties)
          Identifies a param as an allowed ODSPropertyType.
static RowBeanProcessor.ODSPropertyType RowBeanProcessor.ODSPropertyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RowBeanProcessor.ODSPropertyType[] RowBeanProcessor.ODSPropertyType.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.ODSPropertyType
private  ODSSettings RowBeanProcessor.getODSSettings(Param[] odsParams, RowBeanProcessor.ODSPropertyType[] properties, String type)
          Returns ODSSettings corresponding to ODS params of a process.
private  RowBeanProcessor.ODSPropertyType RowBeanProcessor.identifyPermittedProperty(Param param, RowBeanProcessor.ODSPropertyType[] permittedProperties)
          Identifies a param as an allowed ODSPropertyType.
 



Copyright © 2014. All rights reserved.