@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofAccessInputModel extends AbstractModel implements ItemModel<WoofAccessInputModel>
Modifier and Type | Class and Description |
---|---|
static class |
WoofAccessInputModel.WoofAccessInputEvent |
Constructor and Description |
---|
WoofAccessInputModel()
Default constructor.
|
WoofAccessInputModel(String woofAccessInputName,
String parameterType)
Convenience constructor for new non-linked instance.
|
WoofAccessInputModel(String woofAccessInputName,
String parameterType,
WoofTemplateOutputToWoofAccessInputModel[] woofTemplateOutput,
WoofSectionOutputToWoofAccessInputModel[] woofSectionOutput)
Convenience constructor.
|
WoofAccessInputModel(String woofAccessInputName,
String parameterType,
WoofTemplateOutputToWoofAccessInputModel[] woofTemplateOutput,
WoofSectionOutputToWoofAccessInputModel[] woofSectionOutput,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
void |
addWoofSectionOutput(WoofSectionOutputToWoofAccessInputModel woofSectionOutput) |
void |
addWoofTemplateOutput(WoofTemplateOutputToWoofAccessInputModel woofTemplateOutput) |
String |
getParameterType() |
String |
getWoofAccessInputName() |
List<WoofSectionOutputToWoofAccessInputModel> |
getWoofSectionOutputs() |
List<WoofTemplateOutputToWoofAccessInputModel> |
getWoofTemplateOutputs() |
RemoveConnectionsAction<WoofAccessInputModel> |
removeConnections()
Remove Connections.
|
void |
removeWoofSectionOutput(WoofSectionOutputToWoofAccessInputModel woofSectionOutput) |
void |
removeWoofTemplateOutput(WoofTemplateOutputToWoofAccessInputModel woofTemplateOutput) |
void |
setParameterType(String parameterType) |
void |
setWoofAccessInputName(String woofAccessInputName) |
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 WoofAccessInputModel()
public WoofAccessInputModel(String woofAccessInputName, String parameterType)
woofAccessInputName
- Woof access input name.parameterType
- Parameter type.public WoofAccessInputModel(String woofAccessInputName, String parameterType, WoofTemplateOutputToWoofAccessInputModel[] woofTemplateOutput, WoofSectionOutputToWoofAccessInputModel[] woofSectionOutput)
woofAccessInputName
- Woof access input name.parameterType
- Parameter type.woofTemplateOutput
- Woof template output.woofSectionOutput
- Woof section output.public WoofAccessInputModel(String woofAccessInputName, String parameterType, WoofTemplateOutputToWoofAccessInputModel[] woofTemplateOutput, WoofSectionOutputToWoofAccessInputModel[] woofSectionOutput, int x, int y)
woofAccessInputName
- Woof access input name.parameterType
- Parameter type.woofTemplateOutput
- Woof template output.woofSectionOutput
- Woof section output.x
- Horizontal location.y
- Vertical location.public String getWoofAccessInputName()
public void setWoofAccessInputName(String woofAccessInputName)
woofAccessInputName
- Woof access input name.public String getParameterType()
public void setParameterType(String parameterType)
parameterType
- Parameter type.public List<WoofTemplateOutputToWoofAccessInputModel> getWoofTemplateOutputs()
public void addWoofTemplateOutput(WoofTemplateOutputToWoofAccessInputModel woofTemplateOutput)
woofTemplateOutput
- Woof template output.public void removeWoofTemplateOutput(WoofTemplateOutputToWoofAccessInputModel woofTemplateOutput)
woofTemplateOutput
- Woof template output.public List<WoofSectionOutputToWoofAccessInputModel> getWoofSectionOutputs()
public void addWoofSectionOutput(WoofSectionOutputToWoofAccessInputModel woofSectionOutput)
woofSectionOutput
- Woof section output.public void removeWoofSectionOutput(WoofSectionOutputToWoofAccessInputModel woofSectionOutput)
woofSectionOutput
- Woof section output.public RemoveConnectionsAction<WoofAccessInputModel> removeConnections()
removeConnections
in interface ItemModel<WoofAccessInputModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.