public interface IDBView extends IHasChildrenBaseModelElement
| Modifier and Type | Field and Description |
|---|---|
static int |
CHECK_OPTION_CASCASED |
static int |
CHECK_OPTION_LOCAL |
static int |
CHECK_OPTION_NONE |
static int |
DATA_MODEL_CONCEPTUAL |
static int |
DATA_MODEL_LOGICAL |
static int |
DATA_MODEL_PHYSICAL |
static int |
ORM_SYNC_STATE_BOTH_SYNC |
static int |
ORM_SYNC_STATE_FOLLOW_CLASS |
static int |
ORM_SYNC_STATE_FOLLOW_ENTITY |
static int |
ORM_SYNC_STATE_NOT_SYNC |
static java.lang.String |
PROP_ANALYSIS_ITEM_DIAGRAM_IDS |
static java.lang.String |
PROP_ANALYSIS_ITEM_MODELS |
static java.lang.String |
PROP_CHECK_OPTION |
static java.lang.String |
PROP_CLASS_MODEL |
static java.lang.String |
PROP_CREATE_STATEMENT |
static java.lang.String |
PROP_CUSTOMIZED_CREATE_STATEMENT |
static java.lang.String |
PROP_DATA_MODEL |
static java.lang.String |
PROP_DISCRIMINATOR |
static java.lang.String |
PROP_DISTINCT |
static java.lang.String |
PROP_INSERTABLE |
static java.lang.String |
PROP_ORM_SYNC_STATE |
static java.lang.String |
PROP_QUALITY_REASON |
static java.lang.String |
PROP_QUALITY_SCORE |
static java.lang.String |
PROP_SCHEMA_LOOKUP |
static java.lang.String |
PROP_STEREOTYPES |
static java.lang.String |
PROP_SYNC_MAPPING_MODELS |
static java.lang.String |
PROP_SYNC_TYPE |
static java.lang.String |
PROP_TAGGED_VALUES |
static java.lang.String |
PROP_TYPE |
static java.lang.String |
PROP_VERSION_COLUMN |
static java.lang.String |
PROP_VIEW_COLUMNS |
static java.lang.String |
PROP_VIEW_EDITOR_DIAGRAM_ID |
static java.lang.String |
PROP_VIEW_FILTER_GROUPS |
static java.lang.String |
PROP_VIEW_SORT_BY |
static java.lang.String |
PROP_VIEW_TABLES |
static int |
SYNC_TYPE_NOT_SYNC |
static int |
SYNC_TYPE_SYNC |
PROP_BACKLOG_ACTIVITY_ID, PROP_COMMENTS, PROP_DOCUMENTATION, PROP_GENERIC_VALUES, PROP_PM_AUTHOR, PROP_PM_CREATE_DATE_TIME, PROP_PM_DIFFICULTY, PROP_PM_DISCIPLINE, PROP_PM_ITERATION, PROP_PM_LAST_MODIFIED, PROP_PM_PHASE, PROP_PM_PRIORITY, PROP_PM_STATUS, PROP_PM_VERSION, PROP_REFERENCED_BY_DIAGRAM_IDS, PROP_REFERENCED_BY_MODEL_ADDRESSES, PROP_REFERENCES, PROP_TRANSIT_FROM, PROP_TRANSIT_TO, PROP_USER_ID, PROP_USER_ID_LAST_NUMERIC_VALUE, PROP_USER_ID_PARENT, PROP_VOICESMODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME| Modifier and Type | Method and Description |
|---|---|
void |
addAnalysisItemModel(IModelElement analysisItemModel) |
void |
addDBColumn(IDBColumn child) |
void |
addStereotype(IStereotype stereotype)
Add a stereotype
IStereotype into this model element. |
void |
addStereotype(java.lang.String name)
Add a stereotype into this model element.
|
void |
addStereotypes(java.lang.String name)
Deprecated.
Replaced by addStereotype
|
void |
addSyncMappingModel(IModelElement syncMappingModel) |
void |
addViewColumn(IDBViewColumn viewColumn) |
void |
addViewFilterGroup(IDBViewFilterGroup viewFilterGroup) |
void |
addViewTable(IDBViewTable viewTable) |
int |
analysisItemModelCount() |
java.util.Iterator |
analysisItemModelIterator()
Returns an iterator over the model elements
IModelElement. |
IDBColumn |
createDBColumn() |
int |
dBColumnCount() |
java.util.Iterator |
dBColumnIterator() |
int |
fromRelationshipCount()
Number of
ISimpleRelationship that connect from this model element. |
int |
fromRelationshipEndCount()
Number of
IRelationshipEnd that connect from this model element. |
java.util.Iterator |
fromRelationshipEndIterator()
IRelationshipEnds that connect from this model element. |
java.util.Iterator |
fromRelationshipIterator()
ISimpleRelationships that connect from this model element. |
java.lang.String[] |
getAnalysisItemDiagramIds() |
IModelElement |
getAnalysisItemModelByIndex(int index) |
int |
getCheckOption() |
IClass |
getClassModel() |
java.lang.String |
getCreateStatement() |
int |
getDataModel() |
IDBColumn |
getDBColumnByIndex(int index) |
IDBColumn |
getDBColumnByName(java.lang.String name) |
IDBColumn |
getDiscriminator() |
int |
getOrmSyncState() |
java.lang.String |
getQualityReason()
Quality reason, it is non-readable value for human
|
int |
getQualityScore()
Quality score, it is non-readable value for human
|
IDBSchemaLookup |
getSchemaLookup() |
IModelElement |
getSyncMappingModelByIndex(int index) |
int |
getSyncType() |
ITaggedValueContainer |
getTaggedValues() |
int |
getType() |
IDBColumn |
getVersionColumn() |
IDBViewColumn |
getViewColumnByIndex(int index) |
java.lang.String |
getViewEditorDiagramId() |
IDBViewFilterGroup |
getViewFilterGroupByIndex(int index) |
IDBViewSortBy |
getViewSortBy() |
IDBViewTable |
getViewTableByIndex(int index) |
boolean |
hasStereotype(java.lang.String name) |
boolean |
hasStereotypes(java.lang.String name)
Deprecated.
Replaced by hasStereotype
|
boolean |
isCustomizedCreateStatement() |
boolean |
isDistinct() |
boolean |
isInsertable() |
void |
removeAnalysisItemModel(IModelElement analysisItemModel) |
void |
removeAnalysisItemModelByIndex(int index) |
void |
removeDBColumn(IDBColumn child) |
void |
removeDBColumnByIndex(int index) |
void |
removeStereotype(IStereotype stereotype)
Remove a stereotype
IStereotype from this model element. |
void |
removeStereotype(java.lang.String name)
Remove a stereotype from this model element.
|
void |
removeStereotypes(java.lang.String name)
Deprecated.
Replaced by removeStereotype
|
void |
removeSyncMappingModel(IModelElement syncMappingModel) |
void |
removeSyncMappingModelByIndex(int index) |
void |
removeViewColumn(IDBViewColumn viewColumn) |
void |
removeViewColumnByIndex(int index) |
void |
removeViewFilterGroup(IDBViewFilterGroup viewFilterGroup) |
void |
removeViewFilterGroupByIndex(int index) |
void |
removeViewTable(IDBViewTable viewTable) |
void |
removeViewTableByIndex(int index) |
void |
reorderDBColumn(IDBColumn[] childs) |
void |
setAnalysisItemDiagramIds(java.lang.String[] analysisItemDiagramIds) |
void |
setCheckOption(int checkOption) |
void |
setClassModel(IClass classModel) |
void |
setCreateStatement(java.lang.String createStatement) |
void |
setCustomizedCreateStatement(boolean customizedCreateStatement) |
void |
setDataModel(int dataModel) |
void |
setDiscriminator(IDBColumn discriminator) |
void |
setDistinct(boolean distinct) |
void |
setInsertable(boolean insertable) |
void |
setOrmSyncState(int ormSyncState) |
void |
setQualityReason(java.lang.String qualityReason) |
void |
setQualityScore(int qualityScore) |
void |
setSchemaLookup(IDBSchemaLookup schemaLookup) |
void |
setSyncType(int syncType) |
void |
setTaggedValues(ITaggedValueContainer taggedValues) |
void |
setType(int type) |
void |
setVersionColumn(IDBColumn versionColumn) |
void |
setViewEditorDiagramId(java.lang.String viewEditorDiagramId) |
void |
setViewSortBy(IDBViewSortBy viewSortBy) |
int |
stereotypeCount() |
java.util.Iterator |
stereotypeIterator()
Returns an iterator over the names of the stereotypes.
|
java.util.Iterator |
stereotypeModelIterator()
Returns an iterator over the model elements
IStereotype. |
int |
stereotypesCount()
Deprecated.
Replaced by stereotypeCount
|
java.util.Iterator |
stereotypesIterator()
Deprecated.
Replaced by stereotypeIterator
|
java.util.Iterator |
stereotypesModelIterator()
Deprecated.
Replaced by stereotypeModelIterator
|
int |
syncMappingModelCount() |
java.util.Iterator |
syncMappingModelIterator()
Returns an iterator over the model elements
IModelElement. |
IModelElement[] |
toAnalysisItemModelArray() |
IDBColumn[] |
toDBColumnArray() |
ISimpleRelationship[] |
toFromRelationshipArray()
ISimpleRelationships that connect from this model element. |
IRelationshipEnd[] |
toFromRelationshipEndArray()
IRelationshipEnds that connect from this model element. |
int |
toRelationshipCount()
Number of
ISimpleRelationship that connect to this model element. |
int |
toRelationshipEndCount()
Number of
IRelationshipEnd that connect to this model element. |
java.util.Iterator |
toRelationshipEndIterator()
IRelationshipEnds that connect to this model element. |
java.util.Iterator |
toRelationshipIterator()
ISimpleRelationships that connect to this model element. |
java.lang.String[] |
toStereotypeArray() |
IStereotype[] |
toStereotypeModelArray() |
java.lang.String[] |
toStereotypesArray()
Deprecated.
Replaced by toStereotypeArray
|
IStereotype[] |
toStereotypesModelArray()
Deprecated.
Replaced by toStereotypeModelArray
|
IModelElement[] |
toSyncMappingModelArray() |
ISimpleRelationship[] |
toToRelationshipArray()
ISimpleRelationships that connect to this model element. |
IRelationshipEnd[] |
toToRelationshipEndArray()
IRelationshipEnds that connect to this model element. |
IDBViewColumn[] |
toViewColumnArray() |
IDBViewFilterGroup[] |
toViewFilterGroupArray() |
IDBViewTable[] |
toViewTableArray() |
int |
viewColumnCount() |
java.util.Iterator |
viewColumnIterator()
Returns an iterator over the model elements
IDBViewColumn. |
int |
viewFilterGroupCount() |
java.util.Iterator |
viewFilterGroupIterator()
Returns an iterator over the model elements
IDBViewFilterGroup. |
int |
viewTableCount() |
java.util.Iterator |
viewTableIterator()
Returns an iterator over the model elements
IDBViewTable. |
addComment, addGenericValue, addReference, addVoice, commentCount, commentIterator, genericValueCount, genericValueIterator, getBacklogActivityId, getCommentByIndex, getDescription, getGenericValueByIndex, getHTMLDescription, getHTMLDescription, getPmAuthor, getPmCreateDateTime, getPmDifficulty, getPmDiscipline, getPmIteration, getPmLastModified, getPmPhase, getPmPriority, getPmStatus, getPmVersion, getReferenceByIndex, getReferencedByDiagramIds, getReferencedByModelAddresses, getTransitFrom, getTransitTo, getUserID, getUserIDLastNumericValue, getUserIDParent, getVoiceByIndex, referenceCount, referenceIterator, removeComment, removeCommentByIndex, removeGenericValue, removeGenericValueByIndex, removeReference, removeReferenceByIndex, removeVoice, removeVoiceByIndex, setBacklogActivityId, setDescription, setHTMLDescription, setPmAuthor, setPmCreateDateTime, setPmDifficulty, setPmDiscipline, setPmIteration, setPmLastModified, setPmPhase, setPmPriority, setPmStatus, setPmVersion, setReferencedByDiagramIds, setReferencedByModelAddresses, setTransitFrom, setTransitTo, setUserID, setUserIDLastNumericValue, setUserIDParent, toCommentArray, toGenericValueArray, toReferenceArray, toVoiceArray, voiceCount, voiceIteratoraddChild, addPropertyChangeListener, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getReferencedBys, getReferencingModels, getSubDiagramAt, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeSubDiagram, setDocumentation, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toModelPropertyArray, toPropertiesString, toSubDiagramArray, toToChartRelationshipArraystatic final java.lang.String PROP_TYPE
static final java.lang.String PROP_SYNC_TYPE
static final int SYNC_TYPE_SYNC
static final int SYNC_TYPE_NOT_SYNC
static final java.lang.String PROP_DATA_MODEL
static final int DATA_MODEL_CONCEPTUAL
static final int DATA_MODEL_LOGICAL
static final int DATA_MODEL_PHYSICAL
static final java.lang.String PROP_ORM_SYNC_STATE
static final int ORM_SYNC_STATE_NOT_SYNC
static final int ORM_SYNC_STATE_FOLLOW_CLASS
static final int ORM_SYNC_STATE_FOLLOW_ENTITY
static final int ORM_SYNC_STATE_BOTH_SYNC
static final java.lang.String PROP_DISCRIMINATOR
static final java.lang.String PROP_VERSION_COLUMN
static final java.lang.String PROP_CLASS_MODEL
static final java.lang.String PROP_STEREOTYPES
static final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_SYNC_MAPPING_MODELS
static final java.lang.String PROP_ANALYSIS_ITEM_MODELS
static final java.lang.String PROP_ANALYSIS_ITEM_DIAGRAM_IDS
static final java.lang.String PROP_QUALITY_SCORE
static final java.lang.String PROP_QUALITY_REASON
static final java.lang.String PROP_SCHEMA_LOOKUP
static final java.lang.String PROP_CUSTOMIZED_CREATE_STATEMENT
static final java.lang.String PROP_DISTINCT
static final java.lang.String PROP_CHECK_OPTION
static final int CHECK_OPTION_NONE
static final int CHECK_OPTION_CASCASED
static final int CHECK_OPTION_LOCAL
static final java.lang.String PROP_VIEW_EDITOR_DIAGRAM_ID
static final java.lang.String PROP_VIEW_TABLES
static final java.lang.String PROP_VIEW_COLUMNS
static final java.lang.String PROP_VIEW_SORT_BY
static final java.lang.String PROP_VIEW_FILTER_GROUPS
static final java.lang.String PROP_CREATE_STATEMENT
static final java.lang.String PROP_INSERTABLE
void addDBColumn(IDBColumn child)
void removeDBColumn(IDBColumn child)
IDBColumn getDBColumnByIndex(int index)
void removeDBColumnByIndex(int index)
void reorderDBColumn(IDBColumn[] childs)
int dBColumnCount()
java.util.Iterator dBColumnIterator()
IDBColumn[] toDBColumnArray()
IDBColumn createDBColumn()
IDBColumn getDBColumnByName(java.lang.String name)
int fromRelationshipCount()
ISimpleRelationship that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipCount in interface IModelElementISimpleRelationship[] toFromRelationshipArray()
ISimpleRelationships that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipArray in interface IModelElementISimpleRelationships that connect from this model elementjava.util.Iterator fromRelationshipIterator()
ISimpleRelationships that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipIterator in interface IModelElementISimpleRelationships that connect from this model elementint toRelationshipCount()
ISimpleRelationship that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipCount in interface IModelElementISimpleRelationship[] toToRelationshipArray()
ISimpleRelationships that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipArray in interface IModelElementISimpleRelationships that connect to this model elementjava.util.Iterator toRelationshipIterator()
ISimpleRelationships that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipIterator in interface IModelElementISimpleRelationships that connect to this model elementint fromRelationshipEndCount()
IRelationshipEnd that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndCount in interface IModelElementIRelationshipEnd[] toFromRelationshipEndArray()
IRelationshipEnds that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipEndArray in interface IModelElementIRelationshipEnds that connect from this model elementjava.util.Iterator fromRelationshipEndIterator()
IRelationshipEnds that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndIterator in interface IModelElementIRelationshipEnds that connect from this model elementint toRelationshipEndCount()
IRelationshipEnd that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndCount in interface IModelElementIRelationshipEnd[] toToRelationshipEndArray()
IRelationshipEnds that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipEndArray in interface IModelElementIRelationshipEnds that connect to this model elementjava.util.Iterator toRelationshipEndIterator()
IRelationshipEnds that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndIterator in interface IModelElementIRelationshipEnds that connect to this model elementvoid setType(int type)
int getType()
void setSyncType(int syncType)
int getSyncType()
void setDataModel(int dataModel)
int getDataModel()
void setOrmSyncState(int ormSyncState)
int getOrmSyncState()
void setDiscriminator(IDBColumn discriminator)
IDBColumn getDiscriminator()
void setVersionColumn(IDBColumn versionColumn)
IDBColumn getVersionColumn()
void setClassModel(IClass classModel)
IClass getClassModel()
void addStereotype(java.lang.String name)
IModelElementIStereotype does not existing in current project. It will be auto created.addStereotype in interface IModelElementvoid removeStereotype(java.lang.String name)
IModelElementremoveStereotype in interface IModelElementvoid addStereotype(IStereotype stereotype)
IStereotype into this model element. The IStereotype may belong to current project or referenced project(s). Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2378addStereotype in interface IModelElementstereotype - the IStereotype will be added into this model element. The baseType of the IStereotype is required to be matched with modelType of this model element. If they are different, or stereotype is null, will cause an IllegalArgumentException.
java.lang.IllegalArgumentException - if the stereotype is null, or its baseType does not match with modelType of this model element.void removeStereotype(IStereotype stereotype)
IStereotype from this model element. The IStereotype can belong to current project or referenced project(s).removeStereotype in interface IModelElementstereotype - the IStereotype will be removed from this model element.boolean hasStereotype(java.lang.String name)
hasStereotype in interface IModelElementint stereotypeCount()
stereotypeCount in interface IModelElementjava.lang.String[] toStereotypeArray()
java.util.Iterator stereotypeIterator()
java.util.Iterator stereotypeModelIterator()
IStereotype.stereotypeModelIterator in interface IModelElementIStereotype[] toStereotypeModelArray()
toStereotypeModelArray in interface IModelElementvoid addStereotypes(java.lang.String name)
void removeStereotypes(java.lang.String name)
boolean hasStereotypes(java.lang.String name)
int stereotypesCount()
java.lang.String[] toStereotypesArray()
java.util.Iterator stereotypesIterator()
java.util.Iterator stereotypesModelIterator()
IStereotype[] toStereotypesModelArray()
void setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues in interface IModelElementITaggedValueContainer getTaggedValues()
getTaggedValues in interface IModelElementvoid addSyncMappingModel(IModelElement syncMappingModel)
void removeSyncMappingModel(IModelElement syncMappingModel)
IModelElement getSyncMappingModelByIndex(int index)
void removeSyncMappingModelByIndex(int index)
int syncMappingModelCount()
java.util.Iterator syncMappingModelIterator()
IModelElement.IModelElement[] toSyncMappingModelArray()
void addAnalysisItemModel(IModelElement analysisItemModel)
void removeAnalysisItemModel(IModelElement analysisItemModel)
IModelElement getAnalysisItemModelByIndex(int index)
void removeAnalysisItemModelByIndex(int index)
int analysisItemModelCount()
java.util.Iterator analysisItemModelIterator()
IModelElement.IModelElement[] toAnalysisItemModelArray()
void setAnalysisItemDiagramIds(java.lang.String[] analysisItemDiagramIds)
java.lang.String[] getAnalysisItemDiagramIds()
void setQualityScore(int qualityScore)
int getQualityScore()
IModelElementgetQualityScore in interface IModelElementvoid setQualityReason(java.lang.String qualityReason)
java.lang.String getQualityReason()
IModelElementgetQualityReason in interface IModelElementvoid setSchemaLookup(IDBSchemaLookup schemaLookup)
IDBSchemaLookup getSchemaLookup()
void setCustomizedCreateStatement(boolean customizedCreateStatement)
boolean isCustomizedCreateStatement()
void setDistinct(boolean distinct)
boolean isDistinct()
void setCheckOption(int checkOption)
int getCheckOption()
void setViewEditorDiagramId(java.lang.String viewEditorDiagramId)
java.lang.String getViewEditorDiagramId()
void addViewTable(IDBViewTable viewTable)
void removeViewTable(IDBViewTable viewTable)
IDBViewTable getViewTableByIndex(int index)
void removeViewTableByIndex(int index)
int viewTableCount()
java.util.Iterator viewTableIterator()
IDBViewTable.IDBViewTable[] toViewTableArray()
void addViewColumn(IDBViewColumn viewColumn)
void removeViewColumn(IDBViewColumn viewColumn)
IDBViewColumn getViewColumnByIndex(int index)
void removeViewColumnByIndex(int index)
int viewColumnCount()
java.util.Iterator viewColumnIterator()
IDBViewColumn.IDBViewColumn[] toViewColumnArray()
void setViewSortBy(IDBViewSortBy viewSortBy)
IDBViewSortBy getViewSortBy()
void addViewFilterGroup(IDBViewFilterGroup viewFilterGroup)
void removeViewFilterGroup(IDBViewFilterGroup viewFilterGroup)
IDBViewFilterGroup getViewFilterGroupByIndex(int index)
void removeViewFilterGroupByIndex(int index)
int viewFilterGroupCount()
java.util.Iterator viewFilterGroupIterator()
IDBViewFilterGroup.IDBViewFilterGroup[] toViewFilterGroupArray()
void setCreateStatement(java.lang.String createStatement)
java.lang.String getCreateStatement()
void setInsertable(boolean insertable)
boolean isInsertable()