All Packages Class Hierarchy This Package Previous Next Index
Class SWEEP.Attribute
java.lang.Object
|
+----SWEEP.Attribute
- public class Attribute
- extends Object
- implements Serializable
-
Name
-
-
R
-
-
size
-
-
type
-
-
Attribute(String, Relation, Type, int)
- Parameter: newSize is the number of newTypes.
-
getName()
- Return Name of this Attribute.
-
getRelation()
- Return Relation REFERENCE of this attribute
-
getSQL()
-
R
Relation R
Name
String Name
type
Type type
size
int size
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.
getName
public String getName()
- Return Name of this Attribute.
getSQL
public String getSQL()
getRelation
public Relation getRelation()
- Return Relation REFERENCE of this attribute
All Packages Class Hierarchy This Package Previous Next Index