public abstract class PhysicalWireSource extends PhysicalAttachPoint
dataTypes| Constructor and Description |
|---|
PhysicalWireSource() |
PhysicalWireSource(org.fabric3.api.model.type.contract.DataType... types) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Returns the key to be used when this wire is part of a Map-style reference.
|
int |
getOrder()
Returns the order for collection- and array-based wires or
Integer.MIN_VALUE if not specified. |
boolean |
isOptimizable()
Returns whether the source side of the wire is optimizable.
|
boolean |
isOrdered()
Returns true if the wire is ordered.
|
void |
setKey(java.lang.String key)
Sets the key to be used when this wire is part of a Map-style reference.
|
void |
setOptimizable(boolean optimizable)
Sets whether the source side of the wire is optimizable.
|
void |
setOrder(int order)
Sets the order for collection- and array-based wires.
|
getClassLoader, getDataTypes, getUri, setClassLoader, setUripublic PhysicalWireSource()
public PhysicalWireSource(org.fabric3.api.model.type.contract.DataType... types)
public boolean isOptimizable()
public void setOptimizable(boolean optimizable)
optimizable - whether the source side of the wire is optimizablepublic java.lang.String getKey()
public void setKey(java.lang.String key)
key - the key to be used when this wire is part of a Map-style referencepublic int getOrder()
Integer.MIN_VALUE if not specified.Integer.MIN_VALUE if not specifiedpublic boolean isOrdered()
public void setOrder(int order)
order - the order