Package com.adbs.ast
Class MetadataParametersList
java.lang.Object
com.adbs.ast.UpdatablePersistent
com.adbs.ast.MetadataBase
com.adbs.ast.MetadataCollectionBase
com.adbs.ast.MetadataParametersList
- All Implemented Interfaces:
- Disposable
- 
Field SummaryFields inherited from class com.adbs.ast.MetadataBasedata, sqlContextFields inherited from class com.adbs.ast.UpdatablePersistentupdatedEventListenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionadd()voidget(int index) protected StringintindexOf(MetadataParameter item) insert(int index) booleanisLoaded()intremove(MetadataParameter item) voidsetLoaded(boolean value) Methods inherited from class com.adbs.ast.MetadataCollectionBaseclear, delete, dispose, getCapacity, getCount, indexOf, move, remove, set, setCapacity, sortMethods inherited from class com.adbs.ast.MetadataBaseclone, getSQLContextMethods inherited from class com.adbs.ast.UpdatablePersistentaddUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
- 
Constructor Details- 
MetadataParametersList
 
- 
- 
Method Details- 
isLoadedpublic boolean isLoaded()
- 
setLoadedpublic void setLoaded(boolean value) 
- 
get- Overrides:
- getin class- MetadataCollectionBase
 
- 
getXMLItemName- Overrides:
- getXMLItemNamein class- MetadataCollectionBase
 
- 
assign- Overrides:
- assignin class- MetadataCollectionBase
 
- 
add- Overrides:
- addin class- MetadataCollectionBase
 
- 
indexOf
- 
insert- Overrides:
- insertin class- MetadataCollectionBase
 
- 
remove
 
-