@Generated(value="net.officefloor.model.generate.ModelGenerator") public class AutoWireFlowModel extends AbstractModel implements ItemModel<AutoWireFlowModel>
Modifier and Type | Class and Description |
---|---|
static class |
AutoWireFlowModel.AutoWireFlowEvent |
Constructor and Description |
---|
AutoWireFlowModel()
Default constructor.
|
AutoWireFlowModel(String name,
String section,
String input)
Convenience constructor.
|
AutoWireFlowModel(String name,
String section,
String input,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
String |
getInput() |
String |
getName() |
String |
getSection() |
RemoveConnectionsAction<AutoWireFlowModel> |
removeConnections()
Remove Connections.
|
void |
setInput(String input) |
void |
setName(String name) |
void |
setSection(String section) |
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
public AutoWireFlowModel()
public AutoWireFlowModel(String name, String section, String input)
name
- Name.section
- Section.input
- Input.public String getName()
public void setName(String name)
name
- Name.public String getSection()
public void setSection(String section)
section
- Section.public String getInput()
public void setInput(String input)
input
- Input.public RemoveConnectionsAction<AutoWireFlowModel> removeConnections()
removeConnections
in interface ItemModel<AutoWireFlowModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.