public interface CamelRoute extends Entity<String>
| Modifier and Type | Method and Description |
|---|---|
org.apache.syncope.common.lib.types.AnyTypeKind |
getAnyTypeKind() |
String |
getContent() |
void |
setAnyTypeKind(org.apache.syncope.common.lib.types.AnyTypeKind anyTypeKind) |
void |
setContent(String routeContent) |
void |
setKey(String name) |
void setKey(String name)
org.apache.syncope.common.lib.types.AnyTypeKind getAnyTypeKind()
void setAnyTypeKind(org.apache.syncope.common.lib.types.AnyTypeKind anyTypeKind)
String getContent()
void setContent(String routeContent)
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.