Package lumis.content.wizard
Interface ICreateParams.ITable
-
- Enclosing interface:
- ICreateParams
public static interface ICreateParams.ITable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ICreateParams.IField>
getFields()
String
getName()
boolean
isCreate()
-
-
-
Method Detail
-
isCreate
boolean isCreate()
-
getFields
List<ICreateParams.IField> getFields()
-
getName
String getName()
-
-