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 Summary
Fields inherited from class com.adbs.ast.MetadataBase
data, sqlContextFields inherited from class com.adbs.ast.UpdatablePersistent
updatedEventListenerList -
Constructor Summary
Constructors -
Method Summary
Modifier 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.MetadataCollectionBase
clear, delete, dispose, getCapacity, getCount, indexOf, move, remove, set, setCapacity, sortMethods inherited from class com.adbs.ast.MetadataBase
clone, getSQLContextMethods inherited from class com.adbs.ast.UpdatablePersistent
addUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
-
Constructor Details
-
MetadataParametersList
-
-
Method Details
-
isLoaded
public boolean isLoaded() -
setLoaded
public void setLoaded(boolean value) -
get
- Overrides:
getin classMetadataCollectionBase
-
getXMLItemName
- Overrides:
getXMLItemNamein classMetadataCollectionBase
-
assign
- Overrides:
assignin classMetadataCollectionBase
-
add
- Overrides:
addin classMetadataCollectionBase
-
indexOf
-
insert
- Overrides:
insertin classMetadataCollectionBase
-
remove
-