| Modifier and Type | Method and Description |
|---|---|
ClassificationOrigin |
Classification.getClassificationOrigin()
Return the origin of the classification.
|
static ClassificationOrigin |
ClassificationOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationOrigin[] |
ClassificationOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Classification.setClassificationOrigin(ClassificationOrigin classificationOrigin)
Set up the origin of the classification.
|
| Constructor and Description |
|---|
Classification(String name,
InstanceProperties properties,
ClassificationOrigin origin,
String originGUID)
Typical constructor verifies and saves parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Classification |
OMRSRepositoryHelper.getNewClassification(String sourceName,
String userName,
String typeName,
String entityTypeName,
ClassificationOrigin classificationOrigin,
String classificationOriginGUID,
InstanceProperties properties)
Return a classification with the header and type information filled out.
|
Copyright © 2018–2020 ODPi. All rights reserved.