oracle.owb.foundation.type
Interface DatatypeSet
- All Superinterfaces:
- OWBNamedObject
- All Known Subinterfaces:
- MapDatatypeSet, MappingPropertyDatatypeSet, OracleDatatypeSet, PLSQLDatatypeSet, ProcessDatatypeSet, SAPDatatypeSet, SQLLoaderDatatypeSet
- public interface DatatypeSet
- extends OWBNamedObject
DatatypeSet represents a collection of dataypes, usualy
defining the valid dataypes for a language or for a schema.
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
getDataTypes
public Datatype[] getDataTypes()
- Obtain datatypes in an array.
- Returns:
- The array of valid data types in this datatype set
findDataType
public Datatype findDataType(java.lang.String datatypeName)
- Search for a datatype given its name.
- Parameters:
datatypeName - - The name of the datatype.- Returns:
- the DataType object associated with the string representation.