bexee.model
Class StandardAttributes

java.lang.Object
  extended bybexee.model.StandardAttributes
All Implemented Interfaces:
AttributeNames

public class StandardAttributes
extends java.lang.Object
implements AttributeNames

This class represents BPEL element standard attributes.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:10 $
Author:
Patric Fornasier, Pawel Kowalski

Field Summary
 
Fields inherited from interface bexee.model.AttributeNames
ABSTRACT_PROCESS, CONDITION, CREATE_INSTANCE, ELEMENT, ENABLE_INSTANCE_COMPESATION, ENDPOINT_REFERENCE, EXPRESSION, EXPRESSION_LANGUAGE, FAULT_NAME, INITIATE, INPUT_VARIABLE, JOIN_CONDITION, MESSAGE_TYPE, MY_ROLE, NAME, OPAQUE, OPERATION, OUTPUT_VARIABLE, PART, PARTNER_LINK, PARTNER_LINK_TYPE, PARTNER_ROLE, PATTERN, PORT_TYPE, PROPERTY, QUERY_LANGUAGE, SET, SUPPRESS_JOIN_FAILURE, TARGET_NAMESPACE, TYPE, VARIABLE, XMLNS
 
Constructor Summary
StandardAttributes(org.xml.sax.Attributes attributes)
          Create new instance of StandardAttributes with the given org.xml.sax.Attributes.
 
Method Summary
 java.lang.String getJoinCondition()
          Get the joinCondition attribute value.
 java.lang.String getName()
          Get the name attribute value.
 java.lang.String getSuppressJoinFailure()
          Get the suppressJoinFailure attributes value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardAttributes

public StandardAttributes(org.xml.sax.Attributes attributes)
Create new instance of StandardAttributes with the given org.xml.sax.Attributes.

Parameters:
attributes -
Method Detail

getJoinCondition

public java.lang.String getJoinCondition()
Get the joinCondition attribute value.

Returns:
Returns the joinCondition.

getName

public java.lang.String getName()
Get the name attribute value.

Returns:
Returns the name.

getSuppressJoinFailure

public java.lang.String getSuppressJoinFailure()
Get the suppressJoinFailure attributes value.

Returns:
Returns the suppressJoinFailure.


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.