public class TransformDefinition extends BeanDefinition
| Type | Property and Description |
|---|---|
boolean |
hasEnabled |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BOUND_LABEL_KEY
The name for the bound label of a transform.
|
DESCRIPTION_KEY, LABEL_KEY| Constructor and Description |
|---|
TransformDefinition(java.lang.String id,
ExtensionBundle bundle,
DefinitionContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
boundLabel(java.lang.String variation)
Gets the localized template string for the label of this transform, to be
bound in the context of a specific issue.
|
java.util.Collection<TransformDefinition> |
getTransforms() |
boolean |
hasEnabledProperty() |
boolean |
isComposite() |
void |
setTransforms(java.util.Collection<TransformDefinition> transforms) |
getImplementationClass, getValue, getValues, isEnabledByDefault, setImplementationClass, setValue, setValuesaddDeprecatedId, bind, description, equals, formattedString, formattedString, getDeprecatedIds, getElementName, getExtensionBundle, getId, getName, getStrings, hashCode, label, missingLabel, missingString, propertyDescription, propertyLabel, propertyString, setStrings, string, toStringgetColumnNumber, getContext, getExtensionId, getLineNumber, getPublicId, getSystemId, isExtensionLoaded, log, logpublic boolean hasEnabledProperty
hasEnabledProperty in class BeanDefinitionpublic static final java.lang.String BOUND_LABEL_KEY
public TransformDefinition(java.lang.String id,
ExtensionBundle bundle,
DefinitionContext context)
public boolean hasEnabledProperty()
hasEnabledProperty in class BeanDefinitionpublic boolean isComposite()
public void setTransforms(java.util.Collection<TransformDefinition> transforms)
public java.util.Collection<TransformDefinition> getTransforms()
public java.lang.String boundLabel(java.lang.String variation)