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 java.util.List<ICreateParams.IField>
getFields()
java.lang.String
getName()
boolean
isCreate()
-
-
-
Method Detail
-
isCreate
boolean isCreate()
-
getFields
java.util.List<ICreateParams.IField> getFields()
-
getName
java.lang.String getName()
-
-