Interface ITypeReferenceDS

All Known Implementing Classes:
ReportingTypeReferenceDS, XmlTypeReferenceDS, XmlTypeReferenceDS

public interface ITypeReferenceDS
This interface defines a reference to a type. A type reference is either a simple type or a complex type.
Author:
a.pragt
  • Method Details

    • getSimpleType

      DataType getSimpleType()
      This method returns the datatype of a simple type.
      Returns:
      The datatype of the simple type or null if complex.
    • getComplexType

      IComplexTypeReferenceDS getComplexType()
      This method returns the reference to a complex type.
      Returns:
      The reference to a complex type, or null is simple.