Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.foundation.type
Interface Datatype

All Superinterfaces:
OWBNamedObject
All Known Subinterfaces:
AbstractDatatype, Domain, EnumerationDomain, ListDatatype, ObjectType, RangeDomain, ScalarDatatype

public interface Datatype
extends OWBNamedObject

Datatype represents a datatype. [More description here...]


Method Summary
 DatatypeSet getDatatypeSet()
          Obtain the datatype set of this datatype.
 boolean isAbstractDatatype()
          Returns true if this datatype is an abstract datatype.
 boolean isDomain()
          Returns true if this datatype is actually a domain.
 boolean isListDatatype()
          Returns true if this datatype is list datatype.
 boolean isScalarDatatype()
          Returns true if this datatype is scalar datatype.

 

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()
Obtain the datatype set of this datatype.
Returns:
The datatype set instance of this datatype.

isScalarDatatype

public boolean isScalarDatatype()
Returns true if this datatype is scalar datatype.
Returns:
true if this datatype is scalar type; false, otherwise.

isDomain

public boolean isDomain()
Returns true if this datatype is actually a domain.
Returns:
true if this datatype is a domain instance; false, otherwise.

isListDatatype

public boolean isListDatatype()
Returns true if this datatype is list datatype.
Returns:
true if this datatype is a list datatype; false, otherwise.

isAbstractDatatype

public boolean isAbstractDatatype()
Returns true if this datatype is an abstract datatype.
Returns:
true if this datatyppe is an abstract datatype; false, otherwise.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.