|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeDeclaration
A TypeDeclaration corresponds to an attributeName in a Heading, and defines the type that the named attribute is of
Method Summary | |
---|---|
Heading |
getHeading()
Gets the Heading (i.e. the relation or tuple type) of a nonscalar type declaration |
java.lang.String |
getTypeName()
Gets the name of the type |
boolean |
isScalar()
Checks whether the declared type is scalar |
Method Detail |
---|
java.lang.String getTypeName()
boolean isScalar()
Heading getHeading() throws TypeIsScalarException
TypeIsScalarException
- if the type is scalar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |