| Modifier and Type | Field and Description |
|---|---|
protected List<TypeDefAttribute> |
TypeDef.propertiesDefinition |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefAttribute> |
TypeDef.getPropertiesDefinition()
Return the list of typeDefAttributes that are either new or changing.
|
List<TypeDefAttribute> |
TypeDefPatch.getPropertyDefinitions()
Return the list of typeDefAttributes that are either new or changing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDef.setPropertiesDefinition(List<TypeDefAttribute> propertiesDefinition)
Set up the list of AttributeDefs that define the valid properties for this type of classification.
|
void |
TypeDefPatch.setPropertyDefinitions(List<TypeDefAttribute> propertyDefinitions)
Set up the list of typeDefAttributes that are either new or changing.
|
| Constructor and Description |
|---|
TypeDefAttribute(TypeDefAttribute template)
Copy/clone constructor initialized with the values from the supplied template.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefAttribute> |
OMRSRepositoryHelper.getAllPropertiesForTypeDef(String sourceName,
TypeDef typeDef,
String methodName)
Return the names of all of the properties in the supplied TypeDef and all of its super-types.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.