public class MetadataCollectionBase extends MetadataBase
data, sqlContextupdatedEventListenerList| Constructor and Description |
|---|
MetadataCollectionBase(MetadataBase parent,
BaseSQLContext sqlContext,
java.lang.Class itemClass) |
| Modifier and Type | Method and Description |
|---|---|
MetadataCollectionItemBase |
add() |
void |
assign(java.lang.Object source) |
void |
clear() |
void |
delete(int index) |
void |
dispose() |
MetadataCollectionItemBase |
get(int index) |
int |
getCapacity() |
int |
getCount() |
protected java.lang.String |
getXMLItemName() |
int |
indexOf(MetadataCollectionItemBase item) |
MetadataBase |
insert(int index) |
void |
move(int curIndex,
int newIndex) |
int |
remove(MetadataCollectionItemBase item) |
void |
set(int index,
MetadataCollectionItemBase value) |
void |
setCapacity(int value) |
void |
sort(java.util.Comparator<MetadataCollectionItemBase> comparator) |
clone, getSQLContextaddUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListenerpublic MetadataCollectionBase(MetadataBase parent, BaseSQLContext sqlContext, java.lang.Class itemClass)
public void dispose()
dispose in interface Disposabledispose in class MetadataBasepublic int getCount()
public int getCapacity()
public void setCapacity(int value)
public MetadataCollectionItemBase get(int index)
public void set(int index,
MetadataCollectionItemBase value)
protected java.lang.String getXMLItemName()
public void assign(java.lang.Object source)
assign in class MetadataBasepublic MetadataCollectionItemBase add()
public void clear()
public void delete(int index)
public int indexOf(MetadataCollectionItemBase item)
public MetadataBase insert(int index)
public void move(int curIndex,
int newIndex)
public int remove(MetadataCollectionItemBase item)
public void sort(java.util.Comparator<MetadataCollectionItemBase> comparator)