Uses of Class
org.sormula.annotation.Row

Packages that use Row
org.sormula Fundamental classes. 
 

Uses of Row in org.sormula
 

Methods in org.sormula with parameters of type Row
protected  java.util.List<? extends NameTranslator> Table.initNameTranslators(Row rowAnnotation)
          Initialize all name translators annotated on table.
protected  java.lang.String Table.initTableName(Row rowAnnotation)
          Initializes table name from row annotation.