| Package | Description |
|---|---|
| org.kuali.rice.krad.data.metadata |
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes. |
| org.kuali.rice.krad.data.metadata.impl |
| Modifier and Type | Method and Description |
|---|---|
MetadataMergeAction |
MetadataCommon.getMergeAction()
MetadataMergeAction which determines how to handle the embedding of this object when multiple metadata
providers are in use. |
static MetadataMergeAction |
MetadataMergeAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataMergeAction[] |
MetadataMergeAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected MetadataMergeAction |
MetadataCommonBase.mergeAction |
| Modifier and Type | Method and Description |
|---|---|
MetadataMergeAction |
MetadataCommonBase.getMergeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataCommonBase.setMergeAction(MetadataMergeAction mergeAction) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.