@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface MediationTemplate
Modifier and Type | Required Element and Description |
---|---|
String |
key
Defines the key that is associated with the annotated template, this parameter MUST be specified for the
annotation to be valid.
|
String |
label
Label of the template, mainly used in user interface rendering
|
Modifier and Type | Optional Element and Description |
---|---|
String |
comment
Template comment, describes the template actions briefly, mainly used in user interface rendering
|
String |
description
Template description, describes the template actions briefly [optionally with using dynamically fed parameter
values with $variable format], mainly used in user interface rendering
|
MediationTemplate.Flow |
flow
Template flow, specifies the valid flow/s to this mediation template
|
String |
icon
Template icon path relative to the base URL for the template, mainly used in user interface rendering
|
TemplateType |
type
The type of the template, used to categorize the templates.
|
public abstract String key
public abstract String label
public abstract TemplateType type
public abstract String icon
public abstract String description
public abstract String comment
public abstract MediationTemplate.Flow flow
Copyright © 2010–2016 AdroitLogic. All rights reserved.