be.SIRAPRISE.client.jsba
Interface DBObjectToConstrainedtype

All Superinterfaces:
DBObject
All Known Implementing Classes:
ConstrainedType

public interface DBObjectToConstrainedtype
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 java.lang.String getConstrainedtypeBasetype()
          Gets the basetype for constrainedtype
 java.lang.String getConstrainedtypeSp_expression()
          Gets the expression for constrainedtype
 java.lang.String getConstrainedtypeTypename()
          Gets the typename for constrainedtype
 

Method Detail

getConstrainedtypeTypename

java.lang.String getConstrainedtypeTypename()
Gets the typename for constrainedtype

Returns:
The typename for constrainedtype

getConstrainedtypeBasetype

java.lang.String getConstrainedtypeBasetype()
Gets the basetype for constrainedtype

Returns:
The basetype for constrainedtype

getConstrainedtypeSp_expression

java.lang.String getConstrainedtypeSp_expression()
Gets the expression for constrainedtype

Returns:
The expression for constrainedtype