be.SIRAPRISE.client.jsba
Interface DBObjectToTupleconstraint

All Superinterfaces:
DBObject
All Known Implementing Classes:
TupleConstraint

public interface DBObjectToTupleconstraint
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 java.lang.String getTupleconstraintErrorcode()
          Gets the errorcode for tupleconstraint
 java.lang.String getTupleconstraintRelvarname()
          Gets the relvarname for tupleconstraint
 java.lang.String getTupleconstraintSp_expression()
          Gets the constraintexpression for tupleconstraint
 

Method Detail

getTupleconstraintErrorcode

java.lang.String getTupleconstraintErrorcode()
Gets the errorcode for tupleconstraint

Returns:
The errorcode for tupleconstraint

getTupleconstraintSp_expression

java.lang.String getTupleconstraintSp_expression()
Gets the constraintexpression for tupleconstraint

Returns:
The constraintexpression for tupleconstraint

getTupleconstraintRelvarname

java.lang.String getTupleconstraintRelvarname()
Gets the relvarname for tupleconstraint

Returns:
The relvarname for tupleconstraint