public class StructureIdentifierMetaDataModelProperty extends Object implements MetaDataModelProperty
metaDataKey from a concrete entity, describing also if the current entity
is a derived one or not (see isDerivedStructure()) and if the current metaDataKey should be
displayed in Studio or not.| Constructor and Description |
|---|
StructureIdentifierMetaDataModelProperty(MetaDataKey metaDataKey,
boolean derivedStructure)
Deprecated.
|
StructureIdentifierMetaDataModelProperty(MetaDataKey metaDataKey,
boolean derivedStructure,
boolean generatedStructure) |
| Modifier and Type | Method and Description |
|---|---|
MetaDataKey |
getMetaDataKey() |
boolean |
isDerivedStructure() |
boolean |
isGeneratedStructure() |
@Deprecated public StructureIdentifierMetaDataModelProperty(MetaDataKey metaDataKey, boolean derivedStructure)
public StructureIdentifierMetaDataModelProperty(MetaDataKey metaDataKey, boolean derivedStructure, boolean generatedStructure)
public MetaDataKey getMetaDataKey()
public boolean isDerivedStructure()
MetaDataModel that contains this property is describing an
entity from the result of the list ConnectorMetaDataEnabled.getMetaDataKeys().
True otherwise.public boolean isGeneratedStructure()
metaDataKey that describes the MetaDataModel which contains this property
was used for both operations: MetaDataDescriptor.getOutputMetaData(MetaData) and
MetaDataDescriptor.getInputMetaData().
True otherwise.Copyright © 2018 MuleSoft, Inc.. All rights reserved.