All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.Attribute

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

public class Attribute
extends Object
An attribute of a schema.

See Also:
Schema

Method Index

 o getMetaInfo()
Gets the meta-info associated with this attribute.
 o getName()
Gets the name of the attribute.
 o getTypeADT()
Gets the type of the attribute.
 o toString()
Creates a string representation of this attribute.

Methods

 o getName
 public String getName()
Gets the name of the attribute.

Returns:
The name of the attribute.
 o getTypeADT
 public ADT getTypeADT()
Gets the type of the attribute.

Returns:
the ADT associated with the type of this attribute.
 o getMetaInfo
 public ADTMetaInfo getMetaInfo()
Gets the meta-info associated with this attribute.

Returns:
this attribute's meta-info
 o toString
 public String toString()
Creates a string representation of this attribute.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index