Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.Attribute
-
Packages that use Attribute Package Description org.odpi.openmetadata.accessservices.dataengine.model -
-
Uses of Attribute in org.odpi.openmetadata.accessservices.dataengine.model
Subclasses of Attribute in org.odpi.openmetadata.accessservices.dataengine.model Modifier and Type Class Description classRelationalColumnRelationalColumn entity is a column within a relational table.Methods in org.odpi.openmetadata.accessservices.dataengine.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>EventType. getAttributeList()Gets attribute list.List<Attribute>SchemaType. getAttributeList()Gets attribute list.List<Attribute>DataFile. getColumns()Gets the file columnsMethod parameters in org.odpi.openmetadata.accessservices.dataengine.model with type arguments of type Attribute Modifier and Type Method Description voidEventType. setAttributeList(List<Attribute> attributeList)Sets attribute list.voidSchemaType. setAttributeList(List<Attribute> attributeList)Sets attribute list.voidDataFile. setColumns(List<Attribute> columns)Sets the file columns
-