| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.types |
Defines data constructs representing IGC's type metadata.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyGrouping |
TypeDetails.getCreateInfo()
Retrieve the properties that can be included when creating a new instance of this type.
|
PropertyGrouping |
TypeDetails.getEditInfo()
Retrieve the properties that can be edited for this type.
|
PropertyGrouping |
TypeDetails.getViewInfo()
Retrieve the properties that can be viewed for this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDetails.setCreateInfo(PropertyGrouping createInfo)
Set the properties that can be included when creating a new instance of this type.
|
void |
TypeDetails.setEditInfo(PropertyGrouping editInfo)
Set the properties that can be edited for this type.
|
void |
TypeDetails.setViewInfo(PropertyGrouping viewInfo)
Set the properties that can be viewed for this type.
|
Copyright © 2018–2021 ODPi. All rights reserved.