Package | Description |
---|---|
net.officefloor.model.objects |
Modifier and Type | Method and Description |
---|---|
List<AutoWireModel> |
AutoWireManagedObjectModel.getAutoWiring() |
RemoveConnectionsAction<AutoWireModel> |
AutoWireModel.removeConnections()
Remove Connections.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoWireManagedObjectModel.addAutoWire(AutoWireModel autoWire) |
void |
AutoWireManagedObjectModel.removeAutoWire(AutoWireModel autoWire) |
Constructor and Description |
---|
AutoWireManagedObjectModel(String managedObjectSourceClassName,
String classManagedObjectSourceClass,
long timeout,
String qualifier,
String type,
String scope,
PropertySourceModel[] propertySource,
AutoWireModel[] autoWire,
AutoWireFlowModel[] flow,
AutoWireTeamModel[] team,
AutoWireDependencyModel[] dependency)
Convenience constructor.
|
AutoWireManagedObjectModel(String managedObjectSourceClassName,
String classManagedObjectSourceClass,
long timeout,
String qualifier,
String type,
String scope,
PropertySourceModel[] propertySource,
AutoWireModel[] autoWire,
AutoWireFlowModel[] flow,
AutoWireTeamModel[] team,
AutoWireDependencyModel[] dependency,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Copyright © 2005–2016. All rights reserved.