public class InputDefinitionImpl extends InputContainerDefinitionImpl implements InputDefinition
| Modifier and Type | Field and Description |
|---|---|
protected Type |
type |
inputsFILE_INPUT_CONTENT, FILE_INPUT_FILENAME| Constructor and Description |
|---|
InputDefinitionImpl() |
InputDefinitionImpl(String name,
String description) |
InputDefinitionImpl(String name,
String description,
boolean multiple) |
InputDefinitionImpl(String name,
String description,
boolean multiple,
List<InputDefinition> inputDefinitions) |
InputDefinitionImpl(String name,
String description,
boolean multiple,
Type type,
List<InputDefinition> inputDefinitions) |
InputDefinitionImpl(String name,
String description,
List<InputDefinition> inputDefinitions) |
InputDefinitionImpl(String name,
Type type,
String description) |
InputDefinitionImpl(String name,
Type type,
String description,
boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Gets the element description.
|
String |
getName()
Gets the element name.
|
Type |
getType()
Gets the type of the input.
|
boolean |
hasChildren() |
int |
hashCode() |
boolean |
isMultiple() |
String |
toString() |
addInput, getInputsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInputsprotected final Type type
public InputDefinitionImpl(String name, String description, boolean multiple, Type type, List<InputDefinition> inputDefinitions)
public InputDefinitionImpl()
public InputDefinitionImpl(String name, Type type, String description, boolean multiple)
public InputDefinitionImpl(String name, String description, List<InputDefinition> inputDefinitions)
public InputDefinitionImpl(String name, String description, boolean multiple, List<InputDefinition> inputDefinitions)
public String getDescription()
DescriptionElementgetDescription in interface DescriptionElementpublic String getName()
NamedElementgetName in interface NamedElementpublic boolean isMultiple()
isMultiple in interface InputDefinitionpublic Type getType()
InputDefinitiongetType in interface InputDefinitionTypepublic boolean hasChildren()
hasChildren in interface InputDefinitionCopyright © 2018 Bonitasoft S.A.. All rights reserved.