@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofSectionInputModel extends AbstractModel implements ItemModel<WoofSectionInputModel>
Modifier and Type | Class and Description |
---|---|
static class |
WoofSectionInputModel.WoofSectionInputEvent |
Constructor and Description |
---|
WoofSectionInputModel()
Default constructor.
|
WoofSectionInputModel(String woofSectionInputName,
String parameterType,
String uri)
Convenience constructor for new non-linked instance.
|
WoofSectionInputModel(String woofSectionInputName,
String parameterType,
String uri,
WoofTemplateOutputToWoofSectionInputModel[] woofTemplateOutput,
WoofSectionOutputToWoofSectionInputModel[] woofSectionOutput,
WoofAccessOutputToWoofSectionInputModel[] woofAccessOutput,
WoofExceptionToWoofSectionInputModel[] woofException,
WoofStartToWoofSectionInputModel[] woofStart)
Convenience constructor.
|
WoofSectionInputModel(String woofSectionInputName,
String parameterType,
String uri,
WoofTemplateOutputToWoofSectionInputModel[] woofTemplateOutput,
WoofSectionOutputToWoofSectionInputModel[] woofSectionOutput,
WoofAccessOutputToWoofSectionInputModel[] woofAccessOutput,
WoofExceptionToWoofSectionInputModel[] woofException,
WoofStartToWoofSectionInputModel[] woofStart,
int x,
int y)
Convenience constructor allowing XY initialising.
|
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 WoofSectionInputModel()
public WoofSectionInputModel(String woofSectionInputName, String parameterType, String uri)
woofSectionInputName
- Woof section input name.parameterType
- Parameter type.uri
- Uri.public WoofSectionInputModel(String woofSectionInputName, String parameterType, String uri, WoofTemplateOutputToWoofSectionInputModel[] woofTemplateOutput, WoofSectionOutputToWoofSectionInputModel[] woofSectionOutput, WoofAccessOutputToWoofSectionInputModel[] woofAccessOutput, WoofExceptionToWoofSectionInputModel[] woofException, WoofStartToWoofSectionInputModel[] woofStart)
woofSectionInputName
- Woof section input name.parameterType
- Parameter type.uri
- Uri.woofTemplateOutput
- Woof template output.woofSectionOutput
- Woof section output.woofAccessOutput
- Woof access output.woofException
- Woof exception.woofStart
- Woof start.public WoofSectionInputModel(String woofSectionInputName, String parameterType, String uri, WoofTemplateOutputToWoofSectionInputModel[] woofTemplateOutput, WoofSectionOutputToWoofSectionInputModel[] woofSectionOutput, WoofAccessOutputToWoofSectionInputModel[] woofAccessOutput, WoofExceptionToWoofSectionInputModel[] woofException, WoofStartToWoofSectionInputModel[] woofStart, int x, int y)
woofSectionInputName
- Woof section input name.parameterType
- Parameter type.uri
- Uri.woofTemplateOutput
- Woof template output.woofSectionOutput
- Woof section output.woofAccessOutput
- Woof access output.woofException
- Woof exception.woofStart
- Woof start.x
- Horizontal location.y
- Vertical location.public String getWoofSectionInputName()
public void setWoofSectionInputName(String woofSectionInputName)
woofSectionInputName
- Woof section input name.public String getParameterType()
public void setParameterType(String parameterType)
parameterType
- Parameter type.public String getUri()
public void setUri(String uri)
uri
- Uri.public List<WoofTemplateOutputToWoofSectionInputModel> getWoofTemplateOutputs()
public void addWoofTemplateOutput(WoofTemplateOutputToWoofSectionInputModel woofTemplateOutput)
woofTemplateOutput
- Woof template output.public void removeWoofTemplateOutput(WoofTemplateOutputToWoofSectionInputModel woofTemplateOutput)
woofTemplateOutput
- Woof template output.public List<WoofSectionOutputToWoofSectionInputModel> getWoofSectionOutputs()
public void addWoofSectionOutput(WoofSectionOutputToWoofSectionInputModel woofSectionOutput)
woofSectionOutput
- Woof section output.public void removeWoofSectionOutput(WoofSectionOutputToWoofSectionInputModel woofSectionOutput)
woofSectionOutput
- Woof section output.public List<WoofAccessOutputToWoofSectionInputModel> getWoofAccessOutputs()
public void addWoofAccessOutput(WoofAccessOutputToWoofSectionInputModel woofAccessOutput)
woofAccessOutput
- Woof access output.public void removeWoofAccessOutput(WoofAccessOutputToWoofSectionInputModel woofAccessOutput)
woofAccessOutput
- Woof access output.public List<WoofExceptionToWoofSectionInputModel> getWoofExceptions()
public void addWoofException(WoofExceptionToWoofSectionInputModel woofException)
woofException
- Woof exception.public void removeWoofException(WoofExceptionToWoofSectionInputModel woofException)
woofException
- Woof exception.public List<WoofStartToWoofSectionInputModel> getWoofStarts()
public void addWoofStart(WoofStartToWoofSectionInputModel woofStart)
woofStart
- Woof start.public void removeWoofStart(WoofStartToWoofSectionInputModel woofStart)
woofStart
- Woof start.public RemoveConnectionsAction<WoofSectionInputModel> removeConnections()
removeConnections
in interface ItemModel<WoofSectionInputModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.