org.ow2.bonita.facade.def.element.impl
Class ToolDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.element.impl.ToolDefImpl
- All Implemented Interfaces:
- ToolDef
public class ToolDefImpl
- extends DefImpl
- implements ToolDef
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.ToolDef |
ToolDef.Type |
Constructor Summary |
protected |
ToolDefImpl()
|
protected |
ToolDefImpl(java.util.List<java.lang.String> actualParameters,
java.lang.String description,
java.lang.String id,
ToolDef.Type type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actualParameters
protected java.util.List<java.lang.String> actualParameters
description
protected java.lang.String description
id
protected java.lang.String id
type
protected ToolDef.Type type
ToolDefImpl
protected ToolDefImpl()
ToolDefImpl
protected ToolDefImpl(java.util.List<java.lang.String> actualParameters,
java.lang.String description,
java.lang.String id,
ToolDef.Type type)
copy
public ToolDefImpl copy()
- Specified by:
copy
in class DefImpl
getActualParameters
public java.util.List<java.lang.String> getActualParameters()
- Specified by:
getActualParameters
in interface ToolDef
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface ToolDef
getId
public java.lang.String getId()
- Specified by:
getId
in interface ToolDef
getType
public ToolDef.Type getType()
- Specified by:
getType
in interface ToolDef