oracle.owb.transformation
Interface Language

All Superinterfaces:
OWBNamedObject

public interface Language
extends OWBNamedObject

An interface representing a programming language. It defines a set of datatypes used by the functions and procedures implemented in this language.

Author:
Mark Halvin
See Also:
OWBNamedObject, DataTypeSet

Method Summary
 DatatypeSet getDatatypeSet()
          returns the DatatypeSet for this Language.
 
Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName
 

Method Detail

getDatatypeSet

public DatatypeSet getDatatypeSet()
returns the DatatypeSet for this Language.
Returns:
the DatatypeSet object associated with this Language object