de.opsdesign.yax
Class Connection

java.lang.Object
  extended by de.opsdesign.yax.Element
      extended by de.opsdesign.yax.Connection

public class Connection
extends Element


Field Summary
static java.lang.String CREATOR
           
static java.lang.String DIRECTION
           
static java.lang.String INPUT
           
static java.lang.String OUTPUT
           
static java.lang.String RECEIVE_FROM
           
static java.lang.String SELECT
           
static java.lang.String SEND_TO
           
static java.lang.String SEQUENCE
           
 
Fields inherited from class de.opsdesign.yax.Element
attributes, elementQName, parameters
 
Constructor Summary
Connection(java.lang.Object parent, Component component, Port port, java.lang.String direction)
           
 
Method Summary
 Component getComponent()
           
 Port getPort()
           
 void setComponent(Component component)
           
 void setPort(Port port)
           
 org.w3c.dom.Element toElement(org.w3c.dom.Document document)
           
 
Methods inherited from class de.opsdesign.yax.Element
addAttribute, addAttribute, addParameter, addParameter, extractLocalPart, extractNSPrefix, getAttributes, getAttributeValue, getElementPrefixName, getElementQName, getElementURIName, getFunctionID, getNodeID, getParent, isCatch, isChoose, isGroup, isInput, isOtherwise, isOutput, isParameter, isStep, isTry, isWhen, resolveNSPrefix, resolveURI, setFunctionID, setNodeID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECTION

public static final java.lang.String DIRECTION
See Also:
Constant Field Values

RECEIVE_FROM

public static final java.lang.String RECEIVE_FROM
See Also:
Constant Field Values

SEND_TO

public static final java.lang.String SEND_TO
See Also:
Constant Field Values

SEQUENCE

public static final java.lang.String SEQUENCE
See Also:
Constant Field Values

SELECT

public static final java.lang.String SELECT
See Also:
Constant Field Values

CREATOR

public static final java.lang.String CREATOR
See Also:
Constant Field Values

INPUT

public static final java.lang.String INPUT
See Also:
Constant Field Values

OUTPUT

public static final java.lang.String OUTPUT
See Also:
Constant Field Values
Constructor Detail

Connection

public Connection(java.lang.Object parent,
                  Component component,
                  Port port,
                  java.lang.String direction)
Method Detail

getComponent

public Component getComponent()

getPort

public Port getPort()

toElement

public org.w3c.dom.Element toElement(org.w3c.dom.Document document)

setPort

public void setPort(Port port)

setComponent

public void setComponent(Component component)


Copyright © 2008 OPS Design GmbH. All Rights Reserved.