T - Type of data contained by the entitypublic class Decoration<T>
extends java.lang.Object
| Constructor and Description |
|---|
Decoration() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Decoration<T> |
error(Decorator<T> decorator,
java.lang.String error)
Basic construction.
|
java.lang.String |
getDecorationType()
Gets the decoration type for the decorator name.
|
ExtensionFeatureDescription |
getFeature()
Extension feature description
|
static <T> Decoration<T> |
of(Decorator<T> decorator,
T data)
Basic construction.
|
public static <T> Decoration<T> of(Decorator<T> decorator, T data)
public static <T> Decoration<T> error(Decorator<T> decorator, java.lang.String error)
public java.lang.String getDecorationType()
public ExtensionFeatureDescription getFeature()