@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofSectionOutputModel extends AbstractModel implements ItemModel<WoofSectionOutputModel>
Modifier and Type | Class and Description |
---|---|
static class |
WoofSectionOutputModel.WoofSectionOutputEvent |
Constructor and Description |
---|
WoofSectionOutputModel()
Default constructor.
|
WoofSectionOutputModel(String woofSectionOutputName,
String argumentType)
Convenience constructor for new non-linked instance.
|
WoofSectionOutputModel(String woofSectionOutputName,
String argumentType,
WoofSectionOutputToWoofSectionInputModel woofSectionInput,
WoofSectionOutputToWoofTemplateModel woofTemplate,
WoofSectionOutputToWoofAccessInputModel woofAccessInput,
WoofSectionOutputToWoofResourceModel woofResource)
Convenience constructor.
|
WoofSectionOutputModel(String woofSectionOutputName,
String argumentType,
WoofSectionOutputToWoofSectionInputModel woofSectionInput,
WoofSectionOutputToWoofTemplateModel woofTemplate,
WoofSectionOutputToWoofAccessInputModel woofAccessInput,
WoofSectionOutputToWoofResourceModel woofResource,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
String |
getArgumentType() |
WoofSectionOutputToWoofAccessInputModel |
getWoofAccessInput() |
WoofSectionOutputToWoofResourceModel |
getWoofResource() |
WoofSectionOutputToWoofSectionInputModel |
getWoofSectionInput() |
String |
getWoofSectionOutputName() |
WoofSectionOutputToWoofTemplateModel |
getWoofTemplate() |
RemoveConnectionsAction<WoofSectionOutputModel> |
removeConnections()
Remove Connections.
|
void |
setArgumentType(String argumentType) |
void |
setWoofAccessInput(WoofSectionOutputToWoofAccessInputModel woofAccessInput) |
void |
setWoofResource(WoofSectionOutputToWoofResourceModel woofResource) |
void |
setWoofSectionInput(WoofSectionOutputToWoofSectionInputModel woofSectionInput) |
void |
setWoofSectionOutputName(String woofSectionOutputName) |
void |
setWoofTemplate(WoofSectionOutputToWoofTemplateModel woofTemplate) |
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 WoofSectionOutputModel()
public WoofSectionOutputModel(String woofSectionOutputName, String argumentType)
woofSectionOutputName
- Woof section output name.argumentType
- Argument type.public WoofSectionOutputModel(String woofSectionOutputName, String argumentType, WoofSectionOutputToWoofSectionInputModel woofSectionInput, WoofSectionOutputToWoofTemplateModel woofTemplate, WoofSectionOutputToWoofAccessInputModel woofAccessInput, WoofSectionOutputToWoofResourceModel woofResource)
woofSectionOutputName
- Woof section output name.argumentType
- Argument type.woofSectionInput
- Woof section input.woofTemplate
- Woof template.woofAccessInput
- Woof access input.woofResource
- Woof resource.public WoofSectionOutputModel(String woofSectionOutputName, String argumentType, WoofSectionOutputToWoofSectionInputModel woofSectionInput, WoofSectionOutputToWoofTemplateModel woofTemplate, WoofSectionOutputToWoofAccessInputModel woofAccessInput, WoofSectionOutputToWoofResourceModel woofResource, int x, int y)
woofSectionOutputName
- Woof section output name.argumentType
- Argument type.woofSectionInput
- Woof section input.woofTemplate
- Woof template.woofAccessInput
- Woof access input.woofResource
- Woof resource.x
- Horizontal location.y
- Vertical location.public String getWoofSectionOutputName()
public void setWoofSectionOutputName(String woofSectionOutputName)
woofSectionOutputName
- Woof section output name.public String getArgumentType()
public void setArgumentType(String argumentType)
argumentType
- Argument type.public WoofSectionOutputToWoofSectionInputModel getWoofSectionInput()
public void setWoofSectionInput(WoofSectionOutputToWoofSectionInputModel woofSectionInput)
woofSectionInput
- Woof section input.public WoofSectionOutputToWoofTemplateModel getWoofTemplate()
public void setWoofTemplate(WoofSectionOutputToWoofTemplateModel woofTemplate)
woofTemplate
- Woof template.public WoofSectionOutputToWoofAccessInputModel getWoofAccessInput()
public void setWoofAccessInput(WoofSectionOutputToWoofAccessInputModel woofAccessInput)
woofAccessInput
- Woof access input.public WoofSectionOutputToWoofResourceModel getWoofResource()
public void setWoofResource(WoofSectionOutputToWoofResourceModel woofResource)
woofResource
- Woof resource.public RemoveConnectionsAction<WoofSectionOutputModel> removeConnections()
removeConnections
in interface ItemModel<WoofSectionOutputModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.