Package com.xmlcalabash.graph
Class ModelInputPort
-
- All Implemented Interfaces:
public final class ModelInputPort extends ModelPort
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ConnectionInstruction>
defaultBindings
private final List<XdmNode>
assertions
private XdmMap
serialization
private final Long
id
private final Model
parent
private final String
name
private final Boolean
unbound
private final Boolean
primary
private final Boolean
sequence
private final List<MediaType>
contentTypes
-
Constructor Summary
Constructors Constructor Description ModelInputPort(Model parent, InputBindingInstruction input)
-
Method Summary
Modifier and Type Method Description final List<ConnectionInstruction>
getDefaultBindings()
-
Methods inherited from class com.xmlcalabash.graph.ModelPort
getAssertions, getContentTypes, getId, getName, getParent, getPrimary, getSequence, getSerialization, getUnbound, setSerialization, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ModelInputPort
ModelInputPort(Model parent, InputBindingInstruction input)
-
-
Method Detail
-
getDefaultBindings
final List<ConnectionInstruction> getDefaultBindings()
-
-
-
-