public class MetadataComponent extends UnknownType
MetadataResult.| Constructor and Description |
|---|
MetadataComponent(String name) |
| Modifier and Type | Method and Description |
|---|---|
static MetadataComponent |
componentMetadataComponent(String value) |
static MetadataComponent |
entityMetadataComponent(String value) |
static MetadataComponent |
inputMetadataComponent(String value) |
boolean |
isComponent() |
boolean |
isEntity() |
boolean |
isInput() |
boolean |
isKeys() |
boolean |
isOutputAttributes() |
boolean |
isOutputPayload() |
static MetadataComponent |
keysMetadataComponent(String value) |
static MetadataComponent |
outputAttributesMetadataComponent(String value) |
static MetadataComponent |
outputPayloadMetadataComponent(String value) |
getValue, isUnknownpublic MetadataComponent(String name)
public static MetadataComponent outputAttributesMetadataComponent(String value)
public static MetadataComponent outputPayloadMetadataComponent(String value)
public static MetadataComponent keysMetadataComponent(String value)
public static MetadataComponent entityMetadataComponent(String value)
public static MetadataComponent inputMetadataComponent(String value)
public static MetadataComponent componentMetadataComponent(String value)
public boolean isKeys()
true if it is component that retrieves metadata about the keys.public boolean isEntity()
true if it is component that retrieves metadata about DSQL entities.public boolean isComponent()
true if it is component that retrieves metadata for an Operation or a Source.public boolean isInput()
true if it is component that retrieves metadata for an Operation or Source parameter.public boolean isOutputAttributes()
true if it is component that retrieves metadata for an Operation or Source output attributes type.public boolean isOutputPayload()
true if it is component that retrieves metadata for an Operation or Source output type.Copyright © 2017 MuleSoft, Inc.. All rights reserved.