Package nis.svc.mdl.api
Interface ModelEntities.Factors
-
- Enclosing interface:
- ModelEntities
public static interface ModelEntities.Factors
The factors table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ModelEntities.Factors.Row
Factors table row
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
attributes()
The list of available factor attributes.ModelEntities.Factors.Row
get(java.lang.String factorId)
ModelEntities.Factors.Row
row(int id)
ModelEntities.Factors.Row[]
rows()
int
size()
-
-
-
Method Detail
-
size
int size()
-
rows
ModelEntities.Factors.Row[] rows()
-
row
ModelEntities.Factors.Row row(int id)
-
get
ModelEntities.Factors.Row get(java.lang.String factorId)
-
attributes
java.lang.String[] attributes()
The list of available factor attributes. Note that the return value from a row may still be null.- Returns:
- the list
-
-