All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class SWEEP.Attribute

java.lang.Object
   |
   +----SWEEP.Attribute

public class Attribute
extends Object
implements Serializable

Variable Index

 o Name
 o R
 o size
 o type

Constructor Index

 o Attribute(String, Relation, Type, int)
Parameter: newSize is the number of newTypes.

Method Index

 o getName()
Return Name of this Attribute.
 o getRelation()
Return Relation REFERENCE of this attribute
 o getSQL()

Variables

 o R
 Relation R
 o Name
 String Name
 o type
 Type type
 o size
 int size

Constructors

 o Attribute
 public Attribute(String newName,
                  Relation Father,
                  Type newType,
                  int newSize) throws Exception
Parameter: newSize is the number of newTypes. e.g. long[2], the newSize is 2.

Methods

 o getName
 public String getName()
Return Name of this Attribute.

 o getSQL
 public String getSQL()
 o getRelation
 public Relation getRelation()
Return Relation REFERENCE of this attribute


All Packages  Class Hierarchy  This Package  Previous  Next  Index