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