@Retention(value=RUNTIME) @PublicAPI public @interface StandardizerActionInfo
StandardizerAction
implementationsModifier and Type | Fields and Description |
---|---|
static java.lang.String |
NO_LICENSE_REQUIRED
no license required
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
actionStringToken
Returns the action string tokens of the action as a string, divided by comma characters
|
java.lang.String |
description
Returns the description of the action
|
java.lang.String |
editorClassName
Returns the editor class name of the action
|
java.lang.String |
helpText
Returns the help text of the action
|
java.lang.String |
iconPath
Returns the path of the icon for the action
|
java.lang.String |
license
Returns the license required for this action.
|
java.lang.String |
name
Returns the name of the action
|
java.lang.String |
tags
Returns the tags of the action as a string, divided by comma characters
|
java.lang.String |
xmlToken
Returns the XML tokens of the action as a string, divided by comma characters
|
public static final java.lang.String NO_LICENSE_REQUIRED
public abstract java.lang.String name
public abstract java.lang.String helpText
public abstract java.lang.String description
public abstract java.lang.String iconPath
public abstract java.lang.String actionStringToken
public abstract java.lang.String tags
public abstract java.lang.String xmlToken