Uses of Interface
be.SIRAPRISE.client.TypeDeclaration

Packages that use TypeDeclaration
be.SIRAPRISE.client   
 

Uses of TypeDeclaration in be.SIRAPRISE.client
 

Classes in be.SIRAPRISE.client that implement TypeDeclaration
 class NonScalarTypeDeclaration
          A NonScalarTypeDeclaration is a TypeDeclaration that accompanies the name of an attribute in a Heading if that attribute is relation-typed or tuple-typed.
 

Methods in be.SIRAPRISE.client with parameters of type TypeDeclaration
 void Heading.add(java.lang.String attributeName, TypeDeclaration typeDeclaration)
          Adds an attribute declaration to the heading.