| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<TupleAttribute> |
TupleAttribute.tupleAttribute |
protected ItemList<TupleAttribute> |
Tuple.tupleAttributes |
| Modifier and Type | Method and Description |
|---|---|
ItemList<TupleAttribute> |
TupleAttribute.getTupleAttribute()
Retrieve the
tuple_attribute property (displayed as 'Tuple Attribute') of the object. |
ItemList<TupleAttribute> |
Tuple.getTupleAttributes()
Retrieve the
tuple_attributes property (displayed as 'Tuple Attributes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
TupleAttribute.setTupleAttribute(ItemList<TupleAttribute> tupleAttribute)
Set the
tuple_attribute property (displayed as Tuple Attribute) of the object. |
void |
Tuple.setTupleAttributes(ItemList<TupleAttribute> tupleAttributes)
Set the
tuple_attributes property (displayed as Tuple Attributes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.