public final class NullMetadataKey extends Object implements org.mule.runtime.api.metadata.MetadataKey
MetadataKey implementation that represents the absence of a key| Constructor and Description |
|---|
NullMetadataKey() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.mule.runtime.api.metadata.MetadataKey> |
getChilds() |
String |
getDisplayName() |
String |
getId() |
<T extends org.mule.runtime.api.metadata.MetadataProperty> |
getMetadataProperty(Class<T> propertyType) |
String |
getPartName() |
Set<org.mule.runtime.api.metadata.MetadataProperty> |
getProperties() |
public static final String ID
public String getId()
getId in interface org.mule.runtime.api.metadata.MetadataKeypublic String getDisplayName()
getDisplayName in interface org.mule.runtime.api.metadata.MetadataKeypublic Set<org.mule.runtime.api.metadata.MetadataKey> getChilds()
getChilds in interface org.mule.runtime.api.metadata.MetadataKeypublic String getPartName()
getPartName in interface org.mule.runtime.api.metadata.MetadataKeypublic <T extends org.mule.runtime.api.metadata.MetadataProperty> Optional<T> getMetadataProperty(Class<T> propertyType)
getMetadataProperty in interface org.mule.runtime.api.metadata.MetadataEnrichableModelpublic Set<org.mule.runtime.api.metadata.MetadataProperty> getProperties()
getProperties in interface org.mule.runtime.api.metadata.MetadataEnrichableModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.