|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.NonScalarTypeDeclaration
public 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.
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Heading getHeading()
TypeDeclaration
getHeading
in interface TypeDeclaration
public java.lang.String getTypeName()
TypeDeclaration
getTypeName
in interface TypeDeclaration
public boolean isScalar()
TypeDeclaration
isScalar
in interface TypeDeclaration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |