com.jbbres.lib.actions.elements
Interface VariableDescription

All Superinterfaces:
java.lang.Comparable<ElementDescription<?>>, ElementDescription<Variable>, com.jbbres.lib.search.Searchable
All Known Implementing Classes:
DefaultVariableDescription, ResourceBundleVariableDescription, SimpleVariableDescription

public interface VariableDescription
extends ElementDescription<Variable>

Provides information regarding the variable, such as its name, a short description, its version number etc.

Those information might or might not be the same as the one provided by the element information property list and have various usage within the workflow definition process, but one of the strength of the VariableDescription over the element information property list is that it can provide information specific to an instance of the action, where the element information property list only provide general information regarding the Variable class.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres
See Also:
Variable.getDescription()

Field Summary
static java.lang.String DESCRIPTION_CONTENT
          The description of the object that the variable can store.
 
Fields inherited from interface com.jbbres.lib.actions.elements.ElementDescription
CATEGORY_SEPARATOR, DESCRIPTION_CATEGORIES, DESCRIPTION_COMPANY_NAME, DESCRIPTION_COMPANY_SUPPORT, DESCRIPTION_COMPANY_WEBSITE, DESCRIPTION_COPYRIGHT, DESCRIPTION_ICON, DESCRIPTION_SUMMARY, DESCRIPTION_TITLE, DESCRIPTION_VERSION, TYPE
 
Method Summary
 
Methods inherited from interface com.jbbres.lib.actions.elements.ElementDescription
addElementDescriptionChangeListener, getCategories, getDescription, getIcon, newElementInstance, removeElementDescriptionChangeListener
 
Methods inherited from interface com.jbbres.lib.search.Searchable
getSearchableValue
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DESCRIPTION_CONTENT

static final java.lang.String DESCRIPTION_CONTENT
The description of the object that the variable can store.

See Also:
Constant Field Values


To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.