Package com.adbs.ast
Class MetadataRelationList
- java.lang.Object
- 
- com.adbs.ast.UpdatablePersistent
- 
- com.adbs.ast.MetadataBase
- 
- com.adbs.ast.MetadataCollectionBase
- 
- com.adbs.ast.MetadataRelationList
 
 
 
 
- 
- All Implemented Interfaces:
- Disposable
 
 public class MetadataRelationList extends MetadataCollectionBase 
- 
- 
Field Summary- 
Fields inherited from class com.adbs.ast.MetadataBasedata, sqlContext
 - 
Fields inherited from class com.adbs.ast.UpdatablePersistentupdatedEventListenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description MetadataRelationList(MetadataBase parent, BaseSQLContext sqlContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataRelationadd()MetadataRelationaddRelation(MetadataQualifiedNameList keyFields, AstTokenIdentifier childSchema, AstTokenIdentifier childName, MetadataQualifiedNameList childFields, SQLQualifiedName childDatabase)intfindRelation(MetadataQualifiedNameList keyFields, AstTokenIdentifier childSchema, AstTokenIdentifier childName, MetadataQualifiedNameList childFields, SQLQualifiedName childDatabase)MetadataRelationget(int index)protected java.lang.StringgetXMLItemName()intindexOf(MetadataRelation item)MetadataRelationinsert(int index)intremove(MetadataRelation item)voidset(int index, MetadataRelation value)- 
Methods inherited from class com.adbs.ast.MetadataCollectionBaseassign, clear, delete, dispose, getCapacity, getCount, indexOf, move, remove, set, setCapacity, sort
 - 
Methods inherited from class com.adbs.ast.MetadataBaseclone, getSQLContext
 - 
Methods inherited from class com.adbs.ast.UpdatablePersistentaddUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
 
- 
 
- 
- 
- 
Constructor Detail- 
MetadataRelationListpublic MetadataRelationList(MetadataBase parent, BaseSQLContext sqlContext) 
 
- 
 - 
Method Detail- 
getpublic MetadataRelation get(int index) - Overrides:
- getin class- MetadataCollectionBase
 
 - 
setpublic void set(int index, MetadataRelation value)
 - 
getXMLItemNameprotected java.lang.String getXMLItemName() - Overrides:
- getXMLItemNamein class- MetadataCollectionBase
 
 - 
addpublic MetadataRelation add() - Overrides:
- addin class- MetadataCollectionBase
 
 - 
indexOfpublic int indexOf(MetadataRelation item) 
 - 
insertpublic MetadataRelation insert(int index) - Overrides:
- insertin class- MetadataCollectionBase
 
 - 
removepublic int remove(MetadataRelation item) 
 - 
addRelationpublic MetadataRelation addRelation(MetadataQualifiedNameList keyFields, AstTokenIdentifier childSchema, AstTokenIdentifier childName, MetadataQualifiedNameList childFields, SQLQualifiedName childDatabase) 
 - 
findRelationpublic int findRelation(MetadataQualifiedNameList keyFields, AstTokenIdentifier childSchema, AstTokenIdentifier childName, MetadataQualifiedNameList childFields, SQLQualifiedName childDatabase) 
 
- 
 
-