public final class MetadataKey extends Object
Also this MetadataKey can be composed by other MetadataKeys
to form a composed key.
| Constructor and Description |
|---|
MetadataKey(String id,
String displayName,
Set<MetadataKey> childs,
String partName) |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataKey> |
getChilds() |
String |
getDisplayName() |
String |
getId() |
String |
getPartName() |
public MetadataKey(String id, String displayName, Set<MetadataKey> childs, String partName)
public String getId()
public String getDisplayName()
public Set<MetadataKey> getChilds()
MetadataKeys that form a composed MetadataKey.public String getPartName()
MetadataKey is fromCopyright © 2020 MuleSoft, Inc.. All rights reserved.