@Generated(value="net.officefloor.model.generate.ModelGenerator") public class InitParamModel extends AbstractModel implements ItemModel<InitParamModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
InitParamModel.InitParamEvent |
| Constructor and Description |
|---|
InitParamModel()
Default constructor.
|
InitParamModel(String name,
String value)
Convenience constructor.
|
InitParamModel(String name,
String value,
int x,
int y)
Convenience constructor allowing XY initialising.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
RemoveConnectionsAction<InitParamModel> |
removeConnections()
Remove Connections.
|
void |
setName(String name) |
void |
setValue(String value) |
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setYpublic InitParamModel()
public InitParamModel(String name, String value)
name - Name.value - Value.public String getName()
public void setName(String name)
name - Name.public String getValue()
public void setValue(String value)
value - Value.public RemoveConnectionsAction<InitParamModel> removeConnections()
removeConnections in interface ItemModel<InitParamModel>RemoveConnectionsAction to remove the ConnectionModel instances.Copyright © 2005–2015. All rights reserved.