Package org.intermine.plugin.project
Class Action
- java.lang.Object
-
- org.intermine.plugin.project.Action
-
- Direct Known Subclasses:
PostProcess,Source
public abstract class Action extends java.lang.ObjectBase class for actions in a project.xml files
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddUserProperty(UserProperty userProperty)Add a UserProperty to the Actionjava.util.List<UserProperty>getUserProperties()Return a list of UserProperty objects.
-
-
-
Method Detail
-
addUserProperty
public void addUserProperty(UserProperty userProperty)
Add a UserProperty to the Action- Parameters:
userProperty- the property
-
getUserProperties
public java.util.List<UserProperty> getUserProperties()
Return a list of UserProperty objects.- Returns:
- the UserPropertys
-
-