All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DSRG.VKB.Attribute_Component

java.lang.Object
   |
   +----DSRG.VKB.View_Component
           |
           +----DSRG.VKB.Attribute_Component

public class Attribute_Component
extends View_Component
implements Serializable, Cloneable
Represents the Attribute component in the View Definition. It's a part of SELECT clause.


Variable Index

 o attr
Reference of this Attribute.

Constructor Index

 o Attribute_Component()

Method Index

 o clone()
Clone the Attribute_Component.
 o getAttribute()
Get Reference of Attribute stored in MKB.
 o getName()
get Name.
 o setAttribute(Attribute)
Set Attribute of this component.
 o toString()
Display this attribute component in following format: ["(" ("AD" = "TRUE" [ "AR" = "TRUE" ] | "AR" = "TRUE" ) ")"]

Variables

 o attr
 Attribute attr
Reference of this Attribute. It stored in MKB.

Constructors

 o Attribute_Component
 public Attribute_Component()

Methods

 o getName
 public String getName()
get Name. It should return "A"

 o getAttribute
 public Attribute getAttribute()
Get Reference of Attribute stored in MKB.

 o setAttribute
 public void setAttribute(Attribute ref)
Set Attribute of this component.

 o toString
 public String toString()
Display this attribute component in following format: ["(" ("AD" = "TRUE" [ "AR" = "TRUE" ] | "AR" = "TRUE" ) ")"]

Overrides:
toString in class Object
 o clone
 public Object clone()
Clone the Attribute_Component.

Overrides:
clone in class View_Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index