public final class CatalogAttributes extends ObjectAttributes
| Constructor and Description |
|---|
CatalogAttributes(String name,
List<String> remarks,
Map<String,String> attributes,
Set<TableAttributes> tables,
Set<WeakAssociationAttributes> weakAssociations,
Set<AlternateKeyAttributes> alternateKeys) |
| Modifier and Type | Method and Description |
|---|---|
Set<AlternateKeyAttributes> |
getAlternateKeys() |
Set<TableAttributes> |
getTables() |
Set<WeakAssociationAttributes> |
getWeakAssociations() |
compareTo, getAttributes, getName, getRemarks, hasAttributes, hasRemarks, toString@ConstructorProperties(value={"name","remarks","attributes","tables","weak-associations","alternate-keys"}) public CatalogAttributes(String name, List<String> remarks, Map<String,String> attributes, Set<TableAttributes> tables, Set<WeakAssociationAttributes> weakAssociations, Set<AlternateKeyAttributes> alternateKeys)
public Set<AlternateKeyAttributes> getAlternateKeys()
public Set<TableAttributes> getTables()
public Set<WeakAssociationAttributes> getWeakAssociations()
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.