public class StereotypeModel extends Object
validator,
outbound, etc.| Constructor and Description |
|---|
StereotypeModel(String type,
String namespace,
StereotypeModel parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNamespace() |
Optional<StereotypeModel> |
getParent() |
String |
getType() |
int |
hashCode() |
boolean |
isAssignableTo(StereotypeModel other) |
boolean |
isConnection() |
boolean |
isFlow() |
boolean |
isModuleConfig() |
boolean |
isObjectStore() |
boolean |
isProcessor() |
boolean |
isSource() |
String |
toString() |
public StereotypeModel(String type, String namespace, StereotypeModel parent)
public String getType()
public String getNamespace()
public Optional<StereotypeModel> getParent()
public boolean isProcessor()
public boolean isSource()
public boolean isModuleConfig()
public boolean isFlow()
public boolean isObjectStore()
public boolean isConnection()
public boolean isAssignableTo(StereotypeModel other)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.