| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances |
| Modifier and Type | Method and Description |
|---|---|
InstancePropertyCategory |
InstancePropertyValue.getInstancePropertyCategory()
Return the category of this instance property's type.
|
static InstancePropertyCategory |
InstancePropertyCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstancePropertyCategory[] |
InstancePropertyCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstancePropertyValue.setInstancePropertyCategory(InstancePropertyCategory instancePropertyCategory)
Set up the category for this instance property.
|
| Constructor and Description |
|---|
InstancePropertyValue(InstancePropertyCategory instancePropertyCategory)
Typical constructor initializes the instance property value to nulls.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.