public class ElementReference extends UnknownType
| Constructor and Description |
|---|
ElementReference(String value,
String namespace,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static ElementReference |
configElementReference(String value,
String namespace,
String name) |
static ElementReference |
flowElementReference(String value,
String namespace,
String name) |
String |
getName() |
String |
getNamespace() |
boolean |
isConfig() |
boolean |
isFlow() |
boolean |
isObjectStore() |
static ElementReference |
objectStoreElementReference(String value,
String namespace,
String name) |
getValue, isUnknownpublic static ElementReference configElementReference(String value, String namespace, String name)
public static ElementReference flowElementReference(String value, String namespace, String name)
public static ElementReference objectStoreElementReference(String value, String namespace, String name)
public boolean isConfig()
public boolean isFlow()
public boolean isObjectStore()
public String getNamespace()
public String getName()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.